Html Css Color HEX #018A02 Green

📋 copy color: '#018A02'

red 1 ◦ green 138 ◦ blue 2

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

Shades of Green #018A02

Tints of Green #018A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.42%

R = 0.71%
G = 97.87%
B = 1.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#018A02 (or 0x018A02) is known color: Green. HEX triplet: 01, 8A and 02. RGB value is (1,138,2). Sum of RGB (Red+Green+Blue) = 1+138+2=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 138 (54.30% from 255 or 97.87% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 138 - color contains mainly: green. Hex color #018A02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018A02 is #FE75FD. Grayscale: #515151. Windows color (decimal): -16676350 or 166401. OLE color: 166401.

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

Color convert

RGB 1 138 2 -
CMYK 0.99 0 0.99 0.46
HSL 120.44º 0.99% 0.27% -
HSV(B) 120.44º 0.99% 0.54% -
XYZ 9.11 18.19 3.09 -
YUV 81.53 83.11 70.56 -
System Red Green Blue C M Y K H S L
Decimal 1 138 2 0.99 0 0.99 0.46 120.44 0.99 0.27
Hex 1 8A 2 63 0 63 2E 78 63 1B
Octal 1 212 2 143 0 143 56 170 143 33
Binary 1 10001010 10 1100011 0 1100011 101110 1111000 1100011 11011

Color Harmonies of #018A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A02

Black with #018A02

Text Example


Text Example

White with #018A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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