Html Css Color HEX #018A1E Green

📋 copy color: '#018A1E'

red 1 ◦ green 138 ◦ blue 30

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

Shades of Green #018A1E

Tints of Green #018A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.75%

R = 0.59%
G = 81.66%
B = 17.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.46

RGB Variations

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

Color information

#018A1E (or 0x018A1E) is known color: Green. HEX triplet: 01, 8A and 1E. RGB value is (1,138,30). Sum of RGB (Red+Green+Blue) = 1+138+30=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 138 (54.30% from 255 or 81.66% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 138 - color contains mainly: green. Hex color #018A1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A1E is #FE75E1. Grayscale: #555555. Windows color (decimal): -16676322 or 2001409. OLE color: 2001409.

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

Color convert

RGB 1 138 30 -
CMYK 0.99 0 0.78 0.46
HSL 132.7º 0.99% 0.27% -
HSV(B) 132.7º 0.99% 0.54% -
XYZ 9.34 18.28 4.26 -
YUV 84.73 97.11 68.28 -
System Red Green Blue C M Y K H S L
Decimal 1 138 30 0.99 0 0.78 0.46 132.7 0.99 0.27
Hex 1 8A 1E 63 0 4E 2E 85 63 1B
Octal 1 212 36 143 0 116 56 205 143 33
Binary 1 10001010 11110 1100011 0 1001110 101110 10000101 1100011 11011

Color Harmonies of #018A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A1E

Black with #018A1E

Text Example


Text Example

White with #018A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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