#9BF99A

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

Shades of Pale Green #9BF99A

Tints of Pale Green #9BF99A

Color information

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

HSL color Cylindrical-coordinate representation of color #9BF99A: hue angle of 119.37º 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 #9BF99A is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB155249154-
CMYK0.3800.380.02
HSL119.37º88.79%79.02%-
HSV(B)119.37º38.15%97.65%-
XYZ53.2377.0542.64-
YUV210.0696.3688.72-

RGB Variations

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

RGB

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

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
Decimal1552491540.3800.380.02119.3788.7979.02
Hex9BF99A26026277594f
Octal233371232460462167131117
Binary100110111111100110011010100110010011010111011110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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