#9AFB8A

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

Shades of Pale Green #9AFB8A

Tints of Pale Green #9AFB8A

Color information

#9AFB8A (or 0x9AFB8A) is unknown color: approx Pale Green. HEX triplet: 9A, FB and 8A. RGB value is (154,251,138). Sum of RGB (Red+Green+Blue) = 154+251+138=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFB8A is #650475. Grayscale: #D1D1D1. Windows color (decimal): -6620278 or 9108378. OLE color: 9108378.

HSL color Cylindrical-coordinate representation of color #9AFB8A: hue angle of 111.5º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9AFB8A is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB154251138-
CMYK0.3900.450.02
HSL111.5º93.39%76.27%-
HSV(B)111.5º45.02%98.43%-
XYZ52.4177.736.28-
YUV209.1187.8688.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.36%
GREEN value IS 251 (98.44% from 255) = 46.22%
BLUE value IS 138 (54.30% from 255) = 25.41%
R=28.36%
G=46.22%
B=25.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542511380.3900.450.02111.593.3976.27
Hex9AFB8A2702D2705d4c
Octal232373212470552160135114
Binary100110101111101110001010100111010110110111000010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,251,138); }

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

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

 a { background-color: rgb(154,251,138); }

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

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

 span { border-color: rgb(154,251,138); }

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