#9AFB92

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

Shades of Pale Green #9AFB92

Tints of Pale Green #9AFB92

Color information

#9AFB92 (or 0x9AFB92) is unknown color: approx Pale Green. HEX triplet: 9A, FB and 92. RGB value is (154,251,146). Sum of RGB (Red+Green+Blue) = 154+251+146=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFB92 is #65046D. Grayscale: #D2D2D2. Windows color (decimal): -6620270 or 9632666. OLE color: 9632666.

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

Color convert

RGB154251146-
CMYK0.3900.420.02
HSL115.43º92.92%77.84%-
HSV(B)115.43º41.83%98.43%-
XYZ53.0177.9439.44-
YUV210.0391.8688.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.95%
GREEN value IS 251 (98.44% from 255) = 45.55%
BLUE value IS 146 (57.42% from 255) = 26.50%
R=27.95%
G=45.55%
B=26.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542511460.3900.420.02115.4392.9277.84
Hex9AFB922702A2735d4e
Octal232373222470522163135116
Binary100110101111101110010010100111010101010111001110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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