Html Css Color HEX #018008 Green

📋 copy color: '#018008'

red 1 ◦ green 128 ◦ blue 8

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

Shades of Green #018008

Tints of Green #018008

RGB

 RED value IS 1 (0.78% from 255) = 0.73%

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

 BLUE value IS 8 (3.52% from 255) = 5.84%

R = 0.73%
G = 93.43%
B = 5.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#018008 (or 0x018008) is known color: Green. HEX triplet: 01, 80 and 08. RGB value is (1,128,8). Sum of RGB (Red+Green+Blue) = 1+128+8=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 128 (50.39% from 255 or 93.43% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 128 - color contains mainly: green. Hex color #018008 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018008 is #FE7FF7. Grayscale: #4C4C4C. Windows color (decimal): -16678904 or 557057. OLE color: 557057.

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

Color convert

RGB 1 128 8 -
CMYK 0.99 0 0.94 0.50
HSL 123.31º 0.98% 0.25% -
HSV(B) 123.31º 0.99% 0.5% -
XYZ 7.78 15.46 2.8 -
YUV 76.35 89.42 74.26 -
System Red Green Blue C M Y K H S L
Decimal 1 128 8 0.99 0 0.94 0.50 123.31 0.98 0.25
Hex 1 80 8 63 0 5E 32 7B 62 19
Octal 1 200 10 143 0 136 62 173 142 31
Binary 1 10000000 1000 1100011 0 1011110 110010 1111011 1100010 11001

Color Harmonies of #018008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018008

Black with #018008

Text Example


Text Example

White with #018008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018008; }

 p { color: rgb(1,128,8); }

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

background-color css

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

 a { background-color: rgb(1,128,8); }

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

border-color css

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

 span { border-color: rgb(1,128,8); }

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