Html Css Color HEX #018A1A Green

📋 copy color: '#018A1A'

red 1 ◦ green 138 ◦ blue 26

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

Shades of Green #018A1A

Tints of Green #018A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.76%

R = 0.61%
G = 83.64%
B = 15.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#018A1A (or 0x018A1A) is known color: Green. HEX triplet: 01, 8A and 1A. RGB value is (1,138,26). Sum of RGB (Red+Green+Blue) = 1+138+26=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 138 (54.30% from 255 or 83.64% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 138 - color contains mainly: green. Hex color #018A1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A1A is #FE75E5. Grayscale: #545454. Windows color (decimal): -16676326 or 1739265. OLE color: 1739265.

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

Color convert

RGB 1 138 26 -
CMYK 0.99 0 0.81 0.46
HSL 130.95º 0.99% 0.27% -
HSV(B) 130.95º 0.99% 0.54% -
XYZ 9.29 18.26 4.01 -
YUV 84.27 95.11 68.61 -
System Red Green Blue C M Y K H S L
Decimal 1 138 26 0.99 0 0.81 0.46 130.95 0.99 0.27
Hex 1 8A 1A 63 0 51 2E 83 63 1B
Octal 1 212 32 143 0 121 56 203 143 33
Binary 1 10001010 11010 1100011 0 1010001 101110 10000011 1100011 11011

Color Harmonies of #018A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A1A

Black with #018A1A

Text Example


Text Example

White with #018A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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