Html Css Color HEX #018A1C Green

📋 copy color: '#018A1C'

red 1 ◦ green 138 ◦ blue 28

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

Shades of Green #018A1C

Tints of Green #018A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.77%

R = 0.6%
G = 82.63%
B = 16.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#018A1C (or 0x018A1C) is known color: Green. HEX triplet: 01, 8A and 1C. RGB value is (1,138,28). Sum of RGB (Red+Green+Blue) = 1+138+28=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 138 (54.30% from 255 or 82.63% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 138 - color contains mainly: green. Hex color #018A1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A1C is #FE75E3. Grayscale: #545454. Windows color (decimal): -16676324 or 1870337. OLE color: 1870337.

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

Color convert

RGB 1 138 28 -
CMYK 0.99 0 0.80 0.46
HSL 131.82º 0.99% 0.27% -
HSV(B) 131.82º 0.99% 0.54% -
XYZ 9.31 18.27 4.13 -
YUV 84.5 96.11 68.44 -
System Red Green Blue C M Y K H S L
Decimal 1 138 28 0.99 0 0.80 0.46 131.82 0.99 0.27
Hex 1 8A 1C 63 0 50 2E 84 63 1B
Octal 1 212 34 143 0 120 56 204 143 33
Binary 1 10001010 11100 1100011 0 1010000 101110 10000100 1100011 11011

Color Harmonies of #018A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A1C

Black with #018A1C

Text Example


Text Example

White with #018A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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