#62AD1A

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

Shades of Christi #62AD1A

Tints of Christi #62AD1A

Color information

#62AD1A (or 0x62AD1A) is unknown color: approx Christi. HEX triplet: 62, AD and 1A. RGB value is (98,173,26). Sum of RGB (Red+Green+Blue) = 98+173+26=297 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.00% from 297); Green value is 173 (67.97% from 255 or 58.25% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 173 - color contains mainly: green. Hex color #62AD1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62AD1A is #9D52E5. Grayscale: #868686. Windows color (decimal): -10310374 or 1748322. OLE color: 1748322.

HSL color Cylindrical-coordinate representation of color #62AD1A: hue angle of 90.61º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62AD1A is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB9817326-
CMYK0.4300.850.32
HSL90.61º73.87%39.02%-
HSV(B)90.61º84.97%67.84%-
XYZ20.1732.566.2-
YUV133.8267.15102.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.00%
GREEN value IS 173 (67.97% from 255) = 58.25%
BLUE value IS 26 (10.55% from 255) = 8.75%
R=33.00%
G=58.25%
B=8.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98173260.4300.850.3290.6173.8739.02
Hex62AD1A2B055205b4a27
Octal142255325301254013311247
Binary110001010101101110101010110101010110000010110111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,173,26); }

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

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

 a { background-color: rgb(98,173,26); }

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

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

 span { border-color: rgb(98,173,26); }

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