Html Css Color HEX #018912 Green

📋 copy color: '#018912'

red 1 ◦ green 137 ◦ blue 18

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

Shades of Green #018912

Tints of Green #018912

RGB

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

 GREEN value IS 137 (53.91% from 255) = 87.82%

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

R = 0.64%
G = 87.82%
B = 11.54%

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

#018912 (or 0x018912) is known color: Green. HEX triplet: 01, 89 and 12. RGB value is (1,137,18). Sum of RGB (Red+Green+Blue) = 1+137+18=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 137 (53.91% from 255 or 87.82% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 137 - color contains mainly: green. Hex color #018912 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018912 is #FE76ED. Grayscale: #535353. Windows color (decimal): -16676590 or 1214721. OLE color: 1214721.

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

Color convert

RGB 1 137 18 -
CMYK 0.99 0 0.87 0.46
HSL 127.5º 0.99% 0.27% -
HSV(B) 127.5º 0.99% 0.54% -
XYZ 9.07 17.94 3.56 -
YUV 82.77 91.44 69.68 -
System Red Green Blue C M Y K H S L
Decimal 1 137 18 0.99 0 0.87 0.46 127.5 0.99 0.27
Hex 1 89 12 63 0 57 2E 80 63 1B
Octal 1 211 22 143 0 127 56 200 143 33
Binary 1 10001001 10010 1100011 0 1010111 101110 10000000 1100011 11011

Color Harmonies of #018912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018912

Black with #018912

Text Example


Text Example

White with #018912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018912; }

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

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

background-color css

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

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

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

border-color css

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

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

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