#62AF18

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

Shades of Christi #62AF18

Tints of Christi #62AF18

Color information

#62AF18 (or 0x62AF18) is unknown color: approx Christi. HEX triplet: 62, AF and 18. RGB value is (98,175,24). Sum of RGB (Red+Green+Blue) = 98+175+24=297 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.00% from 297); Green value is 175 (68.75% from 255 or 58.92% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 175 - color contains mainly: green. Hex color #62AF18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62AF18 is #9D50E7. Grayscale: #878787. Windows color (decimal): -10309864 or 1617762. OLE color: 1617762.

HSL color Cylindrical-coordinate representation of color #62AF18: hue angle of 90.6º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62AF18 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB9817524-
CMYK0.4400.860.31
HSL90.6º75.88%39.02%-
HSV(B)90.6º86.29%68.63%-
XYZ20.5333.326.21-
YUV134.7665.49101.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.00%
GREEN value IS 175 (68.75% from 255) = 58.92%
BLUE value IS 24 (9.77% from 255) = 8.08%
R=33.00%
G=58.92%
B=8.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal98175240.4400.860.3190.675.8839.02
Hex62AF182C0561F5b4c27
Octal142257305401263713311447
Binary11000101010111111000101100010101101111110110111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,175,24); }

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

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

 a { background-color: rgb(98,175,24); }

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

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

 span { border-color: rgb(98,175,24); }

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