#9AFB9D

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

Shades of Pale Green #9AFB9D

Tints of Pale Green #9AFB9D

Color information

#9AFB9D (or 0x9AFB9D) is unknown color: approx Pale Green. HEX triplet: 9A, FB and 9D. RGB value is (154,251,157). Sum of RGB (Red+Green+Blue) = 154+251+157=562 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.40% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFB9D is #650462. Grayscale: #D3D3D3. Windows color (decimal): -6620259 or 10353562. OLE color: 10353562.

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

Color convert

RGB154251157-
CMYK0.3900.370.02
HSL121.86º92.38%79.41%-
HSV(B)121.86º38.65%98.43%-
XYZ53.9178.344.17-
YUV211.2897.3687.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.40%
GREEN value IS 251 (98.44% from 255) = 44.66%
BLUE value IS 157 (61.72% from 255) = 27.94%
R=27.40%
G=44.66%
B=27.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542511570.3900.370.02121.8692.3879.41
Hex9AFB9D2702527a5c4f
Octal232373235470452172134117
Binary100110101111101110011101100111010010110111101010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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