Html Css Color HEX #00880B Green

📋 copy color: '#00880B'

red 0 ◦ green 136 ◦ blue 11

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

Shades of Green #00880B

Tints of Green #00880B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 136 (53.52% from 255) = 92.52%

 BLUE value IS 11 (4.69% from 255) = 7.48%

R = 0%
G = 92.52%
B = 7.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#00880B (or 0x00880B) is known color: Green. HEX triplet: 00, 88 and 0B. RGB value is (0,136,11). Sum of RGB (Red+Green+Blue) = 0+136+11=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 136 (53.52% from 255 or 92.52% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 136 - color contains mainly: green. Hex color #00880B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00880B is #FF77F4. Grayscale: #515151. Windows color (decimal): -16742389 or 755712. OLE color: 755712.

HSL color Cylindrical-coordinate representation of color #00880B: hue angle of 124.85º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00880B is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 136 11 -
CMYK 1 0 0.92 0.47
HSL 124.85º 1% 0.27% -
HSV(B) 124.85º 1% 0.53% -
XYZ 8.86 17.63 3.25 -
YUV 81.09 88.44 70.16 -
System Red Green Blue C M Y K H S L
Decimal 0 136 11 1 0 0.92 0.47 124.85 1 0.27
Hex 0 88 B 64 0 5C 2F 7D 64 1B
Octal 0 210 13 144 0 134 57 175 144 33
Binary 0 10001000 1011 1100100 0 1011100 101111 1111101 1100100 11011

Color Harmonies of #00880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00880B

Black with #00880B

Text Example


Text Example

White with #00880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00880B; }

 p { color: rgb(0,136,11); }

 H1.HeaderClassName
 {
   color: #00880B;
 }
 .AnyTagClassName
 {
   color: #00880B;
 }
</style>

background-color css

<style>
 a { background-color: #00880B; }

 a { background-color: rgb(0,136,11); }

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

border-color css

<style>
 span { border-color: #00880B; }

 span { border-color: rgb(0,136,11); }

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