#9AF99B

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

Shades of Pale Green #9AF99B

Tints of Pale Green #9AF99B

Color information

#9AF99B (or 0x9AF99B) is unknown color: approx Pale Green. HEX triplet: 9A, F9 and 9B. RGB value is (154,249,155). Sum of RGB (Red+Green+Blue) = 154+249+155=558 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.60% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #9AF99B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF99B is #650664. Grayscale: #D2D2D2. Windows color (decimal): -6620773 or 10221978. OLE color: 10221978.

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

Color convert

RGB154249155-
CMYK0.3800.380.02
HSL120.63º88.79%79.02%-
HSV(B)120.63º38.15%97.65%-
XYZ53.1276.9943.07-
YUV209.8897.0388.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.60%
GREEN value IS 249 (97.66% from 255) = 44.62%
BLUE value IS 155 (60.94% from 255) = 27.78%
R=27.60%
G=44.62%
B=27.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542491550.3800.380.02120.6388.7979.02
Hex9AF99B26026279594f
Octal232371233460462171131117
Binary100110101111100110011011100110010011010111100110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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