#A2DE67

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

Shades of Conifer #A2DE67

Tints of Conifer #A2DE67

Color information

#A2DE67 (or 0xA2DE67) is unknown color: approx Conifer. HEX triplet: A2, DE and 67. RGB value is (162,222,103). Sum of RGB (Red+Green+Blue) = 162+222+103=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 103 (40.62% from 255 or 21.15% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DE67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DE67 is #5D2198. Grayscale: #BEBEBE. Windows color (decimal): -6103449 or 6807202. OLE color: 6807202.

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

Color convert

RGB162222103-
CMYK0.2700.540.13
HSL90.25º64.32%63.73%-
HSV(B)90.25º53.6%87.06%-
XYZ43.4760.922.3-
YUV190.4978.62107.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.26%
GREEN value IS 222 (87.11% from 255) = 45.59%
BLUE value IS 103 (40.62% from 255) = 21.15%
R=33.26%
G=45.59%
B=21.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1622221030.2700.540.1390.2564.3263.73
HexA2DE671B036D5a4040
Octal2423361473306615132100100
Binary101000101101111011001111101101101101101101101010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DE67; }

 p { color: rgb(162,222,103); }

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

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

 a { background-color: rgb(162,222,103); }

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

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

 span { border-color: rgb(162,222,103); }

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