#62AC13

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

Shades of Christi #62AC13

Tints of Christi #62AC13

Color information

#62AC13 (or 0x62AC13) is unknown color: approx Christi. HEX triplet: 62, AC and 13. RGB value is (98,172,19). Sum of RGB (Red+Green+Blue) = 98+172+19=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 172 (67.58% from 255 or 59.52% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 172 - color contains mainly: green. Hex color #62AC13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62AC13 is #9D53EC. Grayscale: #848484. Windows color (decimal): -10310637 or 1289314. OLE color: 1289314.

HSL color Cylindrical-coordinate representation of color #62AC13: hue angle of 89.02º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62AC13 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB9817219-
CMYK0.4300.890.33
HSL89.02º80.1%37.45%-
HSV(B)89.02º88.95%67.45%-
XYZ19.9132.155.77-
YUV132.4363.98103.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.91%
GREEN value IS 172 (67.58% from 255) = 59.52%
BLUE value IS 19 (7.81% from 255) = 6.57%
R=33.91%
G=59.52%
B=6.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98172190.4300.890.3389.0280.137.45
Hex62AC132B05921595025
Octal142254235301314113112045
Binary110001010101100100111010110101100110000110110011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,172,19); }

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

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

 a { background-color: rgb(98,172,19); }

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

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

 span { border-color: rgb(98,172,19); }

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