#9AF88B

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

Shades of Pale Green #9AF88B

Tints of Pale Green #9AF88B

Color information

#9AF88B (or 0x9AF88B) is unknown color: approx Pale Green. HEX triplet: 9A, F8 and 8B. RGB value is (154,248,139). Sum of RGB (Red+Green+Blue) = 154+248+139=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 248 (97.27% from 255 or 45.84% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF88B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF88B is #650774. Grayscale: #CFCFCF. Windows color (decimal): -6621045 or 9173146. OLE color: 9173146.

HSL color Cylindrical-coordinate representation of color #9AF88B: hue angle of 111.74º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9AF88B is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB154248139-
CMYK0.3800.440.03
HSL111.74º88.62%75.88%-
HSV(B)111.74º43.95%97.25%-
XYZ51.5575.8736.35-
YUV207.4789.3689.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.47%
GREEN value IS 248 (97.27% from 255) = 45.84%
BLUE value IS 139 (54.69% from 255) = 25.69%
R=28.47%
G=45.84%
B=25.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1542481390.3800.440.03111.7488.6275.88
Hex9AF88B2602C370594c
Octal232370213460543160131114
Binary100110101111100010001011100110010110011111000010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,248,139); }

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

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

 a { background-color: rgb(154,248,139); }

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

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

 span { border-color: rgb(154,248,139); }

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