#A2DF64

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

Shades of Conifer #A2DF64

Tints of Conifer #A2DF64

Color information

#A2DF64 (or 0xA2DF64) is unknown color: approx Conifer. HEX triplet: A2, DF and 64. RGB value is (162,223,100). Sum of RGB (Red+Green+Blue) = 162+223+100=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DF64 is #5D209B. Grayscale: #BFBFBF. Windows color (decimal): -6103196 or 6610850. OLE color: 6610850.

HSL color Cylindrical-coordinate representation of color #A2DF64: hue angle of 89.76º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2DF64 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB162223100-
CMYK0.2700.550.13
HSL89.76º65.78%63.33%-
HSV(B)89.76º55.16%87.45%-
XYZ43.5961.3821.61-
YUV190.7476.79107.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 223 (87.5% from 255) = 45.98%
BLUE value IS 100 (39.45% from 255) = 20.62%
R=33.40%
G=45.98%
B=20.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1622231000.2700.550.1389.7665.7863.33
HexA2DF641B037D5a423f
Octal242337144330671513210277
Binary10100010110111111100100110110110111110110110101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DF64; }

 p { color: rgb(162,223,100); }

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

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

 a { background-color: rgb(162,223,100); }

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

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

 span { border-color: rgb(162,223,100); }

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