#9AFB98

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

Shades of Pale Green #9AFB98

Tints of Pale Green #9AFB98

Color information

#9AFB98 (or 0x9AFB98) is unknown color: approx Pale Green. HEX triplet: 9A, FB and 98. RGB value is (154,251,152). Sum of RGB (Red+Green+Blue) = 154+251+152=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFB98 is #650467. Grayscale: #D3D3D3. Windows color (decimal): -6620264 or 10025882. OLE color: 10025882.

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

Color convert

RGB154251152-
CMYK0.3900.390.02
HSL118.79º92.52%79.02%-
HSV(B)118.79º39.44%98.43%-
XYZ53.4978.1341.97-
YUV210.7194.8687.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.65%
GREEN value IS 251 (98.44% from 255) = 45.06%
BLUE value IS 152 (59.77% from 255) = 27.29%
R=27.65%
G=45.06%
B=27.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542511520.3900.390.02118.7992.5279.02
Hex9AFB98270272775d4f
Octal232373230470472167135117
Binary100110101111101110011000100111010011110111011110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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