#ADF996

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

Shades of Pale Green #ADF996

Tints of Pale Green #ADF996

Color information

#ADF996 (or 0xADF996) is unknown color: approx Pale Green. HEX triplet: AD, F9 and 96. RGB value is (173,249,150). Sum of RGB (Red+Green+Blue) = 173+249+150=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 249 (97.66% from 255 or 43.53% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF996 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF996 is #520669. Grayscale: #D7D7D7. Windows color (decimal): -5375594 or 9894317. OLE color: 9894317.

HSL color Cylindrical-coordinate representation of color #ADF996: hue angle of 106.06º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADF996 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB173249150-
CMYK0.3100.400.02
HSL106.06º89.19%78.24%-
HSV(B)106.06º39.76%97.65%-
XYZ56.6178.8441.09-
YUV214.9991.3298.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.24%
GREEN value IS 249 (97.66% from 255) = 43.53%
BLUE value IS 150 (58.98% from 255) = 26.22%
R=30.24%
G=43.53%
B=26.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732491500.3100.400.02106.0689.1978.24
HexADF9961F02826a594e
Octal255371226370502152131116
Binary10101101111110011001011011111010100010110101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF996; }

 p { color: rgb(173,249,150); }

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

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

 a { background-color: rgb(173,249,150); }

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

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

 span { border-color: rgb(173,249,150); }

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