#9AF194

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

Shades of Pale Green #9AF194

Tints of Pale Green #9AF194

Color information

#9AF194 (or 0x9AF194) is unknown color: approx Pale Green. HEX triplet: 9A, F1 and 94. RGB value is (154,241,148). Sum of RGB (Red+Green+Blue) = 154+241+148=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF194 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF194 is #650E6B. Grayscale: #CCCCCC. Windows color (decimal): -6622828 or 9761178. OLE color: 9761178.

HSL color Cylindrical-coordinate representation of color #9AF194: hue angle of 116.13º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AF194 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB154241148-
CMYK0.3600.390.05
HSL116.13º76.86%76.27%-
HSV(B)116.13º38.59%94.51%-
XYZ50.1371.9239.26-
YUV204.3896.1892.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.36%
GREEN value IS 241 (94.53% from 255) = 44.38%
BLUE value IS 148 (58.20% from 255) = 27.26%
R=28.36%
G=44.38%
B=27.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542411480.3600.390.05116.1376.8676.27
Hex9AF194240275744d4c
Octal232361224440475164115114
Binary1001101011110001100101001001000100111101111010010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,241,148); }

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

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

 a { background-color: rgb(154,241,148); }

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

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

 span { border-color: rgb(154,241,148); }

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