Html Css Color HEX #00800F Green

📋 copy color: '#00800F'

red 0 ◦ green 128 ◦ blue 15

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

Shades of Green #00800F

Tints of Green #00800F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 89.51%

 BLUE value IS 15 (6.25% from 255) = 10.49%

R = 0%
G = 89.51%
B = 10.49%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#00800F (or 0x00800F) is known color: Green. HEX triplet: 00, 80 and 0F. RGB value is (0,128,15). Sum of RGB (Red+Green+Blue) = 0+128+15=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 128 (50.39% from 255 or 89.51% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 128 - color contains mainly: green. Hex color #00800F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00800F is #FF7FF0. Grayscale: #4D4D4D. Windows color (decimal): -16744433 or 1015808. OLE color: 1015808.

HSL color Cylindrical-coordinate representation of color #00800F: hue angle of 127.03º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00800F is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 128 15 -
CMYK 1 0 0.88 0.50
HSL 127.03º 1% 0.25% -
HSV(B) 127.03º 1% 0.5% -
XYZ 7.81 15.47 3.03 -
YUV 76.85 93.09 73.19 -
System Red Green Blue C M Y K H S L
Decimal 0 128 15 1 0 0.88 0.50 127.03 1 0.25
Hex 0 80 F 64 0 58 32 7F 64 19
Octal 0 200 17 144 0 130 62 177 144 31
Binary 0 10000000 1111 1100100 0 1011000 110010 1111111 1100100 11001

Color Harmonies of #00800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00800F

Black with #00800F

Text Example


Text Example

White with #00800F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00800F; }

 p { color: rgb(0,128,15); }

 H1.HeaderClassName
 {
   color: #00800F;
 }
 .AnyTagClassName
 {
   color: #00800F;
 }
</style>

background-color css

<style>
 a { background-color: #00800F; }

 a { background-color: rgb(0,128,15); }

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

border-color css

<style>
 span { border-color: #00800F; }

 span { border-color: rgb(0,128,15); }

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