#9AF89B

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

Shades of Pale Green #9AF89B

Tints of Pale Green #9AF89B

Color information

#9AF89B (or 0x9AF89B) is unknown color: approx Pale Green. HEX triplet: 9A, F8 and 9B. RGB value is (154,248,155). Sum of RGB (Red+Green+Blue) = 154+248+155=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 248 (97.27% from 255 or 44.52% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF89B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF89B is #650764. Grayscale: #D1D1D1. Windows color (decimal): -6621029 or 10221722. OLE color: 10221722.

HSL color Cylindrical-coordinate representation of color #9AF89B: hue angle of 120.64º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AF89B is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB154248155-
CMYK0.3800.380.03
HSL120.64º87.04%78.82%-
HSV(B)120.64º37.9%97.25%-
XYZ52.8176.3742.97-
YUV209.2997.3688.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.65%
GREEN value IS 248 (97.27% from 255) = 44.52%
BLUE value IS 155 (60.94% from 255) = 27.83%
R=27.65%
G=44.52%
B=27.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1542481550.3800.380.03120.6487.0478.82
Hex9AF89B26026379574f
Octal232370233460463171127117
Binary100110101111100010011011100110010011011111100110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,248,155); }

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

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

 a { background-color: rgb(154,248,155); }

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

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

 span { border-color: rgb(154,248,155); }

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