#ADF992

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

Shades of Pale Green #ADF992

Tints of Pale Green #ADF992

Color information

#ADF992 (or 0xADF992) is unknown color: approx Pale Green. HEX triplet: AD, F9 and 92. RGB value is (173,249,146). Sum of RGB (Red+Green+Blue) = 173+249+146=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF992 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF992 is #52066D. Grayscale: #D6D6D6. Windows color (decimal): -5375598 or 9632173. OLE color: 9632173.

HSL color Cylindrical-coordinate representation of color #ADF992: hue angle of 104.27º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADF992 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB173249146-
CMYK0.3100.410.02
HSL104.27º89.57%77.45%-
HSV(B)104.27º41.37%97.65%-
XYZ56.378.7139.42-
YUV214.5389.3298.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.46%
GREEN value IS 249 (97.66% from 255) = 43.84%
BLUE value IS 146 (57.42% from 255) = 25.70%
R=30.46%
G=43.84%
B=25.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732491460.3100.410.02104.2789.5777.45
HexADF9921F0292685a4d
Octal255371222370512150132115
Binary10101101111110011001001011111010100110110100010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF992; }

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

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

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

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

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

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

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

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