Html Css Color HEX #9AF895 Pale Green

📋 copy color: '#9AF895'

red 154 ◦ green 248 ◦ blue 149

#9AF895
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Green #9AF895

Tints of Pale Green #9AF895

RGB

 RED value IS 154 (60.55% from 255) = 27.95%

 GREEN value IS 248 (97.27% from 255) = 45.01%

 BLUE value IS 149 (58.59% from 255) = 27.04%

R = 27.95%
G = 45.01%
B = 27.04%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#9AF895 (or 0x9AF895) is known color: Pale Green. HEX triplet: 9A, F8 and 95. RGB value is (154,248,149). Sum of RGB (Red+Green+Blue) = 154+248+149=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 248 (97.27% from 255 or 45.01% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF895 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF895 is #65076A. Grayscale: #D0D0D0. Windows color (decimal): -6621035 or 9828506. OLE color: 9828506.

HSL color Cylindrical-coordinate representation of color #9AF895: hue angle of 116.97º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AF895 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 154 248 149 -
CMYK 0.38 0 0.40 0.03
HSL 116.97º 0.88% 0.78% -
HSV(B) 116.97º 0.4% 0.97% -
XYZ 52.32 76.17 40.38 -
YUV 208.61 94.36 89.05 -
System Red Green Blue C M Y K H S L
Decimal 154 248 149 0.38 0 0.40 0.03 116.97 0.88 0.78
Hex 9A F8 95 26 0 28 3 75 58 4E
Octal 232 370 225 46 0 50 3 165 130 116
Binary 10011010 11111000 10010101 100110 0 101000 11 1110101 1011000 1001110

Color Harmonies of #9AF895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF895

Black with #9AF895

Text Example


Text Example

White with #9AF895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9AF895;
 }
 .AnyTagClassName
 {
   color: #9AF895;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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