#0BB35D

Color #0BB35D Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0BB35D

Tints of Pigment Green #0BB35D

Color information

#0BB35D (or 0x0BB35D) is unknown color: approx Pigment Green. HEX triplet: 0B, B3 and 5D. RGB value is (11,179,93). Sum of RGB (Red+Green+Blue) = 11+179+93=283 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.89% from 283); Green value is 179 (70.31% from 255 or 63.25% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB35D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB35D is #F44CA2. Grayscale: #777777. Windows color (decimal): -16010403 or 6140683. OLE color: 6140683.

HSL color Cylindrical-coordinate representation of color #0BB35D: hue angle of 149.29º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB35D is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB1117993-
CMYK0.9400.480.30
HSL149.29º88.42%37.25%-
HSV(B)149.29º93.85%70.2%-
XYZ18.2333.115.78-
YUV118.96113.3450.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 3.89%
GREEN value IS 179 (70.31% from 255) = 63.25%
BLUE value IS 93 (36.72% from 255) = 32.86%
R=3.89%
G=63.25%
B=32.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11179930.9400.480.30149.2988.4237.25
HexBB35D5E0301E955825
Octal132631351360603622513045
Binary10111011001110111011011110011000011110100101011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BB35D; }

 p { color: rgb(11,179,93); }

 H1.HeaderClassName
 {
   color: #0BB35D;
 }
 .AnyTagClassName
 {
   color: #0BB35D;
 }
</style>
background-color css

<style>
 a { background-color: #0BB35D; }

 a { background-color: rgb(11,179,93); }

 div.DivClassName
 {
   background-color: #0BB35D;
 }
 .BgClassName
 {
   background-color: #0BB35D;
 }
</style>
border-color css

<style>
 span { border-color: #0BB35D; }

 span { border-color: rgb(11,179,93); }

 td.TdClassName
 {
   border-color: #0BB35D;
 }
 .TagClassName
 {
   border-color: #0BB35D;
 }
</style>