#A5DE4B

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

Shades of Conifer #A5DE4B

Tints of Conifer #A5DE4B

Color information

#A5DE4B (or 0xA5DE4B) is unknown color: approx Conifer. HEX triplet: A5, DE and 4B. RGB value is (165,222,75). Sum of RGB (Red+Green+Blue) = 165+222+75=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DE4B is #5A21B4. Grayscale: #BCBCBC. Windows color (decimal): -5906869 or 4972197. OLE color: 4972197.

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

Color convert

RGB16522275-
CMYK0.2600.660.13
HSL83.27º69.01%58.24%-
HSV(B)83.27º66.22%87.06%-
XYZ42.9160.7516.12-
YUV188.264.12111.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.71%
GREEN value IS 222 (87.11% from 255) = 48.05%
BLUE value IS 75 (29.69% from 255) = 16.23%
R=35.71%
G=48.05%
B=16.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal165222750.2600.660.1383.2769.0158.24
HexA5DE4B1A042D53453a
Octal2453361133201021512310572
Binary101001011101111010010111101001000010110110100111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DE4B; }

 p { color: rgb(165,222,75); }

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

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

 a { background-color: rgb(165,222,75); }

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

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

 span { border-color: rgb(165,222,75); }

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