#62A25F

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

Shades of Hippie Green #62A25F

Tints of Hippie Green #62A25F

Color information

#62A25F (or 0x62A25F) is unknown color: approx Hippie Green. HEX triplet: 62, A2 and 5F. RGB value is (98,162,95). Sum of RGB (Red+Green+Blue) = 98+162+95=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 162 - color contains mainly: green. Hex color #62A25F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A25F is #9D5DA0. Grayscale: #878787. Windows color (decimal): -10313121 or 6267490. OLE color: 6267490.

HSL color Cylindrical-coordinate representation of color #62A25F: hue angle of 117.31º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #62A25F is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB9816295-
CMYK0.4000.410.36
HSL117.31º26.48%50.39%-
HSV(B)117.31º41.36%63.53%-
XYZ20.0229.2615.42-
YUV135.23105.3101.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.61%
GREEN value IS 162 (63.67% from 255) = 45.63%
BLUE value IS 95 (37.5% from 255) = 26.76%
R=27.61%
G=45.63%
B=26.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98162950.4000.410.36117.3126.4850.39
Hex62A25F2802924751a32
Octal14224213750051441653262
Binary11000101010001010111111010000101001100100111010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,162,95); }

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

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

 a { background-color: rgb(98,162,95); }

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

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

 span { border-color: rgb(98,162,95); }

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