#ADFB92

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

Shades of Pale Green #ADFB92

Tints of Pale Green #ADFB92

Color information

#ADFB92 (or 0xADFB92) is unknown color: approx Pale Green. HEX triplet: AD, FB and 92. RGB value is (173,251,146). Sum of RGB (Red+Green+Blue) = 173+251+146=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 251 (98.44% from 255 or 44.04% from 570); Blue value is 146 (57.42% from 255 or 25.61% from 570); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFB92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFB92 is #52046D. Grayscale: #D8D8D8. Windows color (decimal): -5375086 or 9632685. OLE color: 9632685.

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

Color convert

RGB173251146-
CMYK0.3100.420.02
HSL104.57º92.92%77.84%-
HSV(B)104.57º41.83%98.43%-
XYZ56.9279.9539.63-
YUV215.7188.6697.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.35%
GREEN value IS 251 (98.44% from 255) = 44.04%
BLUE value IS 146 (57.42% from 255) = 25.61%
R=30.35%
G=44.04%
B=25.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732511460.3100.420.02104.5792.9277.84
HexADFB921F02A2695d4e
Octal255373222370522151135116
Binary10101101111110111001001011111010101010110100110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFB92; }

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

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

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

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

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

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

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

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