#9AF98E

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

Shades of Pale Green #9AF98E

Tints of Pale Green #9AF98E

Color information

#9AF98E (or 0x9AF98E) is unknown color: approx Pale Green. HEX triplet: 9A, F9 and 8E. RGB value is (154,249,142). Sum of RGB (Red+Green+Blue) = 154+249+142=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #9AF98E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF98E is #650671. Grayscale: #D0D0D0. Windows color (decimal): -6620786 or 9370010. OLE color: 9370010.

HSL color Cylindrical-coordinate representation of color #9AF98E: hue angle of 113.27º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9AF98E is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB154249142-
CMYK0.3800.430.02
HSL113.27º89.92%76.67%-
HSV(B)113.27º42.97%97.65%-
XYZ52.0876.5737.63-
YUV208.490.5389.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.26%
GREEN value IS 249 (97.66% from 255) = 45.69%
BLUE value IS 142 (55.86% from 255) = 26.06%
R=28.26%
G=45.69%
B=26.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542491420.3800.430.02113.2789.9276.67
Hex9AF98E2602B2715a4d
Octal232371216460532161132115
Binary100110101111100110001110100110010101110111000110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,249,142); }

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

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

 a { background-color: rgb(154,249,142); }

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

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

 span { border-color: rgb(154,249,142); }

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