#9AFCB1

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

Shades of Pale Green #9AFCB1

Tints of Pale Green #9AFCB1

Color information

#9AFCB1 (or 0x9AFCB1) is unknown color: approx Pale Green. HEX triplet: 9A, FC and B1. RGB value is (154,252,177). Sum of RGB (Red+Green+Blue) = 154+252+177=583 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.42% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 177 (69.53% from 255 or 30.36% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFCB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFCB1 is #65034E. Grayscale: #D6D6D6. Windows color (decimal): -6619983 or 11664538. OLE color: 11664538.

HSL color Cylindrical-coordinate representation of color #9AFCB1: hue angle of 134.08º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFCB1 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB154252177-
CMYK0.3900.300.01
HSL134.08º94.23%79.61%-
HSV(B)134.08º38.89%98.82%-
XYZ56.0779.6754.02-
YUV214.15107.0385.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.42%
GREEN value IS 252 (98.83% from 255) = 43.22%
BLUE value IS 177 (69.53% from 255) = 30.36%
R=26.42%
G=43.22%
B=30.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542521770.3900.300.01134.0894.2379.61
Hex9AFCB12701E1865e50
Octal232374261470361206136120
Binary10011010111111001011000110011101111011000011010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,252,177); }

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

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

 a { background-color: rgb(154,252,177); }

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

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

 span { border-color: rgb(154,252,177); }

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