#62AE1D

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

Shades of Christi #62AE1D

Tints of Christi #62AE1D

Color information

#62AE1D (or 0x62AE1D) is unknown color: approx Christi. HEX triplet: 62, AE and 1D. RGB value is (98,174,29). Sum of RGB (Red+Green+Blue) = 98+174+29=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 174 (68.36% from 255 or 57.81% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 174 - color contains mainly: green. Hex color #62AE1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62AE1D is #9D51E2. Grayscale: #878787. Windows color (decimal): -10310115 or 1945186. OLE color: 1945186.

HSL color Cylindrical-coordinate representation of color #62AE1D: hue angle of 91.45º 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 #62AE1D is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB9817429-
CMYK0.4400.830.32
HSL91.45º71.43%39.8%-
HSV(B)91.45º83.33%68.24%-
XYZ20.3932.966.45-
YUV134.7568.32101.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.56%
GREEN value IS 174 (68.36% from 255) = 57.81%
BLUE value IS 29 (11.72% from 255) = 9.63%
R=32.56%
G=57.81%
B=9.63%

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
Decimal98174290.4400.830.3291.4571.4339.8
Hex62AE1D2C053205b4728
Octal142256355401234013310750
Binary110001010101110111011011000101001110000010110111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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