#62AE1E

Color #62AE1E Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #62AE1E

Tints of Christi #62AE1E

Color information

#62AE1E (or 0x62AE1E) is unknown color: approx Christi. HEX triplet: 62, AE and 1E. RGB value is (98,174,30). Sum of RGB (Red+Green+Blue) = 98+174+30=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 174 (68.36% from 255 or 57.62% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 174 - color contains mainly: green. Hex color #62AE1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62AE1E is #9D51E1. Grayscale: #878787. Windows color (decimal): -10310114 or 2010722. OLE color: 2010722.

HSL color Cylindrical-coordinate representation of color #62AE1E: hue angle of 91.67º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #62AE1E is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB9817430-
CMYK0.4400.830.32
HSL91.67º70.59%40%-
HSV(B)91.67º82.76%68.24%-
XYZ20.4132.966.52-
YUV134.8668.82101.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.45%
GREEN value IS 174 (68.36% from 255) = 57.62%
BLUE value IS 30 (12.11% from 255) = 9.93%
R=32.45%
G=57.62%
B=9.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98174300.4400.830.3291.6770.5940
Hex62AE1E2C053205c4728
Octal142256365401234013410750
Binary110001010101110111101011000101001110000010111001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62AE1E; }

 p { color: rgb(98,174,30); }

 H1.HeaderClassName
 {
   color: #62AE1E;
 }
 .AnyTagClassName
 {
   color: #62AE1E;
 }
</style>
background-color css

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

 a { background-color: rgb(98,174,30); }

 div.DivClassName
 {
   background-color: #62AE1E;
 }
 .BgClassName
 {
   background-color: #62AE1E;
 }
</style>
border-color css

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

 span { border-color: rgb(98,174,30); }

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