Html Css Color HEX #018210 Green

📋 copy color: '#018210'

red 1 ◦ green 130 ◦ blue 16

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

Shades of Green #018210

Tints of Green #018210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 88.44%

 BLUE value IS 16 (6.64% from 255) = 10.88%

R = 0.68%
G = 88.44%
B = 10.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#018210 (or 0x018210) is known color: Green. HEX triplet: 01, 82 and 10. RGB value is (1,130,16). Sum of RGB (Red+Green+Blue) = 1+130+16=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 130 (51.17% from 255 or 88.44% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 130 - color contains mainly: green. Hex color #018210 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018210 is #FE7DEF. Grayscale: #4E4E4E. Windows color (decimal): -16678384 or 1081857. OLE color: 1081857.

HSL color Cylindrical-coordinate representation of color #018210: hue angle of 126.98º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018210 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 130 16 -
CMYK 0.99 0 0.88 0.49
HSL 126.98º 0.98% 0.26% -
HSV(B) 126.98º 0.99% 0.51% -
XYZ 8.09 16.01 3.15 -
YUV 78.43 92.76 72.77 -
System Red Green Blue C M Y K H S L
Decimal 1 130 16 0.99 0 0.88 0.49 126.98 0.98 0.26
Hex 1 82 10 63 0 58 31 7F 62 1A
Octal 1 202 20 143 0 130 61 177 142 32
Binary 1 10000010 10000 1100011 0 1011000 110001 1111111 1100010 11010

Color Harmonies of #018210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018210

Black with #018210

Text Example


Text Example

White with #018210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018210; }

 p { color: rgb(1,130,16); }

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

background-color css

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

 a { background-color: rgb(1,130,16); }

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

border-color css

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

 span { border-color: rgb(1,130,16); }

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