Html Css Color HEX #0BB24C Pigment Green

📋 copy color: '#0BB24C'

red 11 ◦ green 178 ◦ blue 76

#0BB24C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #0BB24C

Tints of Pigment Green #0BB24C

RGB

 RED value IS 11 (4.69% from 255) = 4.15%

 GREEN value IS 178 (69.92% from 255) = 67.17%

 BLUE value IS 76 (30.08% from 255) = 28.68%

R = 4.15%
G = 67.17%
B = 28.68%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#0BB24C (or 0x0BB24C) is known color: Pigment Green. HEX triplet: 0B, B2 and 4C. RGB value is (11,178,76). Sum of RGB (Red+Green+Blue) = 11+178+76=265 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.15% from 265); Green value is 178 (69.92% from 255 or 67.17% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB24C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BB24C is #F44DB3. Grayscale: #747474. Windows color (decimal): -16010676 or 5026315. OLE color: 5026315.

HSL color Cylindrical-coordinate representation of color #0BB24C: hue angle of 143.35º 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 #0BB24C is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 11 178 76 -
CMYK 0.94 0 0.57 0.30
HSL 143.35º 0.88% 0.37% -
HSV(B) 143.35º 0.94% 0.7% -
XYZ 17.36 32.43 12.18 -
YUV 116.44 105.17 52.79 -
System Red Green Blue C M Y K H S L
Decimal 11 178 76 0.94 0 0.57 0.30 143.35 0.88 0.37
Hex B B2 4C 5E 0 39 1E 8F 58 25
Octal 13 262 114 136 0 71 36 217 130 45
Binary 1011 10110010 1001100 1011110 0 111001 11110 10001111 1011000 100101

Color Harmonies of #0BB24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB24C

Black with #0BB24C

Text Example


Text Example

White with #0BB24C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,178,76); }

 H1.HeaderClassName
 {
   color: #0BB24C;
 }
 .AnyTagClassName
 {
   color: #0BB24C;
 }
</style>

background-color css

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

 a { background-color: rgb(11,178,76); }

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

border-color css

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

 span { border-color: rgb(11,178,76); }

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