Html Css Color HEX #018A16 Green

📋 copy color: '#018A16'

red 1 ◦ green 138 ◦ blue 22

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

Shades of Green #018A16

Tints of Green #018A16

RGB

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

 GREEN value IS 138 (54.3% from 255) = 85.71%

 BLUE value IS 22 (8.98% from 255) = 13.66%

R = 0.62%
G = 85.71%
B = 13.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#018A16 (or 0x018A16) is known color: Green. HEX triplet: 01, 8A and 16. RGB value is (1,138,22). Sum of RGB (Red+Green+Blue) = 1+138+22=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 138 (54.30% from 255 or 85.71% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 138 - color contains mainly: green. Hex color #018A16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018A16 is #FE75E9. Grayscale: #545454. Windows color (decimal): -16676330 or 1477121. OLE color: 1477121.

HSL color Cylindrical-coordinate representation of color #018A16: hue angle of 129.2º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A16 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 138 22 -
CMYK 0.99 0 0.84 0.46
HSL 129.2º 0.99% 0.27% -
HSV(B) 129.2º 0.99% 0.54% -
XYZ 9.25 18.24 3.79 -
YUV 83.81 93.11 68.93 -
System Red Green Blue C M Y K H S L
Decimal 1 138 22 0.99 0 0.84 0.46 129.2 0.99 0.27
Hex 1 8A 16 63 0 54 2E 81 63 1B
Octal 1 212 26 143 0 124 56 201 143 33
Binary 1 10001010 10110 1100011 0 1010100 101110 10000001 1100011 11011

Color Harmonies of #018A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A16

Black with #018A16

Text Example


Text Example

White with #018A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018A16; }

 p { color: rgb(1,138,22); }

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

background-color css

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

 a { background-color: rgb(1,138,22); }

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

border-color css

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

 span { border-color: rgb(1,138,22); }

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