#ADFB94

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

Shades of Pale Green #ADFB94

Tints of Pale Green #ADFB94

Color information

#ADFB94 (or 0xADFB94) is unknown color: approx Pale Green. HEX triplet: AD, FB and 94. RGB value is (173,251,148). Sum of RGB (Red+Green+Blue) = 173+251+148=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 251 (98.44% from 255 or 43.88% from 572); Blue value is 148 (58.20% from 255 or 25.87% from 572); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFB94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFB94 is #52046B. Grayscale: #D8D8D8. Windows color (decimal): -5375084 or 9763757. OLE color: 9763757.

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

Color convert

RGB173251148-
CMYK0.3100.410.02
HSL105.44º92.79%78.24%-
HSV(B)105.44º41.04%98.43%-
XYZ57.0880.0240.45-
YUV215.9489.6697.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.24%
GREEN value IS 251 (98.44% from 255) = 43.88%
BLUE value IS 148 (58.20% from 255) = 25.87%
R=30.24%
G=43.88%
B=25.87%

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
Decimal1732511480.3100.410.02105.4492.7978.24
HexADFB941F0292695d4e
Octal255373224370512151135116
Binary10101101111110111001010011111010100110110100110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFB94; }

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

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

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

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

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

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

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

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