#ADF995

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

Shades of Pale Green #ADF995

Tints of Pale Green #ADF995

Color information

#ADF995 (or 0xADF995) is unknown color: approx Pale Green. HEX triplet: AD, F9 and 95. RGB value is (173,249,149). Sum of RGB (Red+Green+Blue) = 173+249+149=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF995 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF995 is #52066A. Grayscale: #D7D7D7. Windows color (decimal): -5375595 or 9828781. OLE color: 9828781.

HSL color Cylindrical-coordinate representation of color #ADF995: hue angle of 105.6º 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 #ADF995 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB173249149-
CMYK0.3100.400.02
HSL105.6º89.29%78.04%-
HSV(B)105.6º40.16%97.65%-
XYZ56.5378.8140.67-
YUV214.8890.8298.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.30%
GREEN value IS 249 (97.66% from 255) = 43.61%
BLUE value IS 149 (58.59% from 255) = 26.09%
R=30.30%
G=43.61%
B=26.09%

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
Decimal1732491490.3100.400.02105.689.2978.04
HexADF9951F02826a594e
Octal255371225370502152131116
Binary10101101111110011001010111111010100010110101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF995; }

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

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

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

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

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

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

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

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