Html Css Color HEX #018C19 Green

📋 copy color: '#018C19'

red 1 ◦ green 140 ◦ blue 25

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

Shades of Green #018C19

Tints of Green #018C19

RGB

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

 GREEN value IS 140 (55.08% from 255) = 84.34%

 BLUE value IS 25 (10.16% from 255) = 15.06%

R = 0.6%
G = 84.34%
B = 15.06%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#018C19 (or 0x018C19) is known color: Green. HEX triplet: 01, 8C and 19. RGB value is (1,140,25). Sum of RGB (Red+Green+Blue) = 1+140+25=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 140 (55.08% from 255 or 84.34% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 140 - color contains mainly: green. Hex color #018C19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018C19 is #FE73E6. Grayscale: #555555. Windows color (decimal): -16675815 or 1674241. OLE color: 1674241.

HSL color Cylindrical-coordinate representation of color #018C19: hue angle of 130.36º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018C19 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 140 25 -
CMYK 0.99 0 0.82 0.45
HSL 130.36º 0.99% 0.28% -
HSV(B) 130.36º 0.99% 0.55% -
XYZ 9.57 18.83 4.05 -
YUV 85.33 93.95 67.85 -
System Red Green Blue C M Y K H S L
Decimal 1 140 25 0.99 0 0.82 0.45 130.36 0.99 0.28
Hex 1 8C 19 63 0 52 2D 82 63 1C
Octal 1 214 31 143 0 122 55 202 143 34
Binary 1 10001100 11001 1100011 0 1010010 101101 10000010 1100011 11100

Color Harmonies of #018C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018C19

Black with #018C19

Text Example


Text Example

White with #018C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,140,25); }

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

background-color css

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

 a { background-color: rgb(1,140,25); }

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

border-color css

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

 span { border-color: rgb(1,140,25); }

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