Html Css Color HEX #018A06 Green

📋 copy color: '#018A06'

red 1 ◦ green 138 ◦ blue 6

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

Shades of Green #018A06

Tints of Green #018A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.14%

R = 0.69%
G = 95.17%
B = 4.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#018A06 (or 0x018A06) is known color: Green. HEX triplet: 01, 8A and 06. RGB value is (1,138,6). Sum of RGB (Red+Green+Blue) = 1+138+6=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 138 (54.30% from 255 or 95.17% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 138 - color contains mainly: green. Hex color #018A06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018A06 is #FE75F9. Grayscale: #525252. Windows color (decimal): -16676346 or 428545. OLE color: 428545.

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

Color convert

RGB 1 138 6 -
CMYK 0.99 0 0.96 0.46
HSL 122.19º 0.99% 0.27% -
HSV(B) 122.19º 0.99% 0.54% -
XYZ 9.13 18.2 3.2 -
YUV 81.99 85.11 70.23 -
System Red Green Blue C M Y K H S L
Decimal 1 138 6 0.99 0 0.96 0.46 122.19 0.99 0.27
Hex 1 8A 6 63 0 60 2E 7A 63 1B
Octal 1 212 6 143 0 140 56 172 143 33
Binary 1 10001010 110 1100011 0 1100000 101110 1111010 1100011 11011

Color Harmonies of #018A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A06

Black with #018A06

Text Example


Text Example

White with #018A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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