#A5F262

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

Shades of Conifer #A5F262

Tints of Conifer #A5F262

Color information

#A5F262 (or 0xA5F262) is unknown color: approx Conifer. HEX triplet: A5, F2 and 62. RGB value is (165,242,98). Sum of RGB (Red+Green+Blue) = 165+242+98=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 98 (38.67% from 255 or 19.41% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #A5F262 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F262 is #5A0D9D. Grayscale: #CBCBCB. Windows color (decimal): -5901726 or 6484645. OLE color: 6484645.

HSL color Cylindrical-coordinate representation of color #A5F262: hue angle of 92.08º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5F262 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB16524298-
CMYK0.3200.600.05
HSL92.08º84.71%66.67%-
HSV(B)92.08º59.5%94.9%-
XYZ49.4772.3922.92-
YUV202.5668.99101.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.67%
GREEN value IS 242 (94.92% from 255) = 47.92%
BLUE value IS 98 (38.67% from 255) = 19.41%
R=32.67%
G=47.92%
B=19.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal165242980.3200.600.0592.0884.7166.67
HexA5F2622003C55c5543
Octal245362142400745134125103
Binary101001011111001011000101000000111100101101110010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F262; }

 p { color: rgb(165,242,98); }

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

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

 a { background-color: rgb(165,242,98); }

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

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

 span { border-color: rgb(165,242,98); }

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