#A4DD63

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

Shades of Conifer #A4DD63

Tints of Conifer #A4DD63

Color information

#A4DD63 (or 0xA4DD63) is unknown color: approx Conifer. HEX triplet: A4, DD and 63. RGB value is (164,221,99). Sum of RGB (Red+Green+Blue) = 164+221+99=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 99 (39.06% from 255 or 20.45% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DD63 is #5B229C. Grayscale: #BEBEBE. Windows color (decimal): -5972637 or 6544804. OLE color: 6544804.

HSL color Cylindrical-coordinate representation of color #A4DD63: hue angle of 88.03º degrees, saturation: 0.64, 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 #A4DD63 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB16422199-
CMYK0.2600.550.13
HSL88.03º64.21%62.75%-
HSV(B)88.03º55.2%86.67%-
XYZ43.4260.5121.19-
YUV190.0576.62109.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.88%
GREEN value IS 221 (86.72% from 255) = 45.66%
BLUE value IS 99 (39.06% from 255) = 20.45%
R=33.88%
G=45.66%
B=20.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal164221990.2600.550.1388.0364.2162.75
HexA4DD631A037D58403f
Octal244335143320671513010077
Binary10100100110111011100011110100110111110110110001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DD63; }

 p { color: rgb(164,221,99); }

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

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

 a { background-color: rgb(164,221,99); }

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

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

 span { border-color: rgb(164,221,99); }

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