#9AFBA4

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

Shades of Pale Green #9AFBA4

Tints of Pale Green #9AFBA4

Color information

#9AFBA4 (or 0x9AFBA4) is unknown color: approx Pale Green. HEX triplet: 9A, FB and A4. RGB value is (154,251,164). Sum of RGB (Red+Green+Blue) = 154+251+164=569 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.07% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 164 (64.45% from 255 or 28.82% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFBA4 is #65045B. Grayscale: #D4D4D4. Windows color (decimal): -6620252 or 10812314. OLE color: 10812314.

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

Color convert

RGB154251164-
CMYK0.3900.350.02
HSL126.19º92.38%79.41%-
HSV(B)126.19º38.65%98.43%-
XYZ54.5278.5447.41-
YUV212.08100.8686.57-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.07%
GREEN value IS 251 (98.44% from 255) = 44.11%
BLUE value IS 164 (64.45% from 255) = 28.82%
R=27.07%
G=44.11%
B=28.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542511640.3900.350.02126.1992.3879.41
Hex9AFBA42702327e5c4f
Octal232373244470432176134117
Binary100110101111101110100100100111010001110111111010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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