Html Css Color HEX #018A12 Green

📋 copy color: '#018A12'

red 1 ◦ green 138 ◦ blue 18

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

Shades of Green #018A12

Tints of Green #018A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.46%

R = 0.64%
G = 87.9%
B = 11.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.46

RGB Variations

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

Color information

#018A12 (or 0x018A12) is known color: Green. HEX triplet: 01, 8A and 12. RGB value is (1,138,18). Sum of RGB (Red+Green+Blue) = 1+138+18=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 138 (54.30% from 255 or 87.90% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 138 - color contains mainly: green. Hex color #018A12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018A12 is #FE75ED. Grayscale: #535353. Windows color (decimal): -16676334 or 1214977. OLE color: 1214977.

HSL color Cylindrical-coordinate representation of color #018A12: hue angle of 127.45º 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 #018A12 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 138 18 -
CMYK 0.99 0 0.87 0.46
HSL 127.45º 0.99% 0.27% -
HSV(B) 127.45º 0.99% 0.54% -
XYZ 9.21 18.23 3.61 -
YUV 83.36 91.11 69.26 -
System Red Green Blue C M Y K H S L
Decimal 1 138 18 0.99 0 0.87 0.46 127.45 0.99 0.27
Hex 1 8A 12 63 0 57 2E 7F 63 1B
Octal 1 212 22 143 0 127 56 177 143 33
Binary 1 10001010 10010 1100011 0 1010111 101110 1111111 1100011 11011

Color Harmonies of #018A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A12

Black with #018A12

Text Example


Text Example

White with #018A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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