Html Css Color HEX #018A13 Green

📋 copy color: '#018A13'

red 1 ◦ green 138 ◦ blue 19

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

Shades of Green #018A13

Tints of Green #018A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.03%

R = 0.63%
G = 87.34%
B = 12.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#018A13 (or 0x018A13) is known color: Green. HEX triplet: 01, 8A and 13. RGB value is (1,138,19). Sum of RGB (Red+Green+Blue) = 1+138+19=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 138 (54.30% from 255 or 87.34% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 138 - color contains mainly: green. Hex color #018A13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018A13 is #FE75EC. Grayscale: #535353. Windows color (decimal): -16676333 or 1280513. OLE color: 1280513.

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

Color convert

RGB 1 138 19 -
CMYK 0.99 0 0.86 0.46
HSL 127.88º 0.99% 0.27% -
HSV(B) 127.88º 0.99% 0.54% -
XYZ 9.22 18.23 3.65 -
YUV 83.47 91.61 69.18 -
System Red Green Blue C M Y K H S L
Decimal 1 138 19 0.99 0 0.86 0.46 127.88 0.99 0.27
Hex 1 8A 13 63 0 56 2E 80 63 1B
Octal 1 212 23 143 0 126 56 200 143 33
Binary 1 10001010 10011 1100011 0 1010110 101110 10000000 1100011 11011

Color Harmonies of #018A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A13

Black with #018A13

Text Example


Text Example

White with #018A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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