Html Css Color HEX #00880A Green

📋 copy color: '#00880A'

red 0 ◦ green 136 ◦ blue 10

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

Shades of Green #00880A

Tints of Green #00880A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.85%

R = 0%
G = 93.15%
B = 6.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#00880A (or 0x00880A) is known color: Green. HEX triplet: 00, 88 and 0A. RGB value is (0,136,10). Sum of RGB (Red+Green+Blue) = 0+136+10=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 136 (53.52% from 255 or 93.15% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 136 - color contains mainly: green. Hex color #00880A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00880A is #FF77F5. Grayscale: #515151. Windows color (decimal): -16742390 or 690176. OLE color: 690176.

HSL color Cylindrical-coordinate representation of color #00880A: hue angle of 124.41º 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 #00880A is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 136 10 -
CMYK 1 0 0.93 0.47
HSL 124.41º 1% 0.27% -
HSV(B) 124.41º 1% 0.53% -
XYZ 8.86 17.63 3.22 -
YUV 80.97 87.94 70.25 -
System Red Green Blue C M Y K H S L
Decimal 0 136 10 1 0 0.93 0.47 124.41 1 0.27
Hex 0 88 A 64 0 5D 2F 7C 64 1B
Octal 0 210 12 144 0 135 57 174 144 33
Binary 0 10001000 1010 1100100 0 1011101 101111 1111100 1100100 11011

Color Harmonies of #00880A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00880A

Black with #00880A

Text Example


Text Example

White with #00880A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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