#9AF295

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

Shades of Pale Green #9AF295

Tints of Pale Green #9AF295

Color information

#9AF295 (or 0x9AF295) is unknown color: approx Pale Green. HEX triplet: 9A, F2 and 95. RGB value is (154,242,149). Sum of RGB (Red+Green+Blue) = 154+242+149=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF295 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF295 is #650D6A. Grayscale: #CDCDCD. Windows color (decimal): -6622571 or 9826970. OLE color: 9826970.

HSL color Cylindrical-coordinate representation of color #9AF295: hue angle of 116.77º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AF295 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB154242149-
CMYK0.3600.380.05
HSL116.77º78.15%76.67%-
HSV(B)116.77º38.43%94.9%-
XYZ50.572.5439.77-
YUV205.0996.3591.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.26%
GREEN value IS 242 (94.92% from 255) = 44.40%
BLUE value IS 149 (58.59% from 255) = 27.34%
R=28.26%
G=44.40%
B=27.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542421490.3600.380.05116.7778.1576.67
Hex9AF295240265754e4d
Octal232362225440465165116115
Binary1001101011110010100101011001000100110101111010110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AF295; }

 p { color: rgb(154,242,149); }

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

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

 a { background-color: rgb(154,242,149); }

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

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

 span { border-color: rgb(154,242,149); }

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