#62AA00

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

Shades of Christi #62AA00

Tints of Christi #62AA00

Color information

#62AA00 (or 0x62AA00) is unknown color: approx Christi. HEX triplet: 62, AA and 00. RGB value is (98,170,0). Sum of RGB (Red+Green+Blue) = 98+170+0=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 170 (66.80% from 255 or 63.43% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 170 - color contains mainly: green. Hex color #62AA00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62AA00 is #9D55FF. Grayscale: #818181. Windows color (decimal): -10311168 or 43618. OLE color: 43618.

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

Color convert

RGB981700-
CMYK0.42010.33
HSL85.41º100%33.33%-
HSV(B)85.41º100%66.67%-
XYZ19.4131.355.03-
YUV129.0955.15105.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.57%
GREEN value IS 170 (66.80% from 255) = 63.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.57%
G=63.43%
B=0%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9817000.42010.3385.4110033.33
Hex62AA02A06421556421
Octal14225205201444112514441
Binary11000101010101001010100110010010000110101011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,170,0); }

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

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

 a { background-color: rgb(98,170,0); }

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

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

 span { border-color: rgb(98,170,0); }

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