Html Css Color HEX #9AF894 Pale Green

📋 copy color: '#9AF894'

red 154 ◦ green 248 ◦ blue 148

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

Shades of Pale Green #9AF894

Tints of Pale Green #9AF894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.91%

R = 28%
G = 45.09%
B = 26.91%

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

#9AF894 (or 0x9AF894) is known color: Pale Green. HEX triplet: 9A, F8 and 94. RGB value is (154,248,148). Sum of RGB (Red+Green+Blue) = 154+248+148=550 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28% from 550); Green value is 248 (97.27% from 255 or 45.09% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF894 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF894 is #65076B. Grayscale: #D0D0D0. Windows color (decimal): -6621036 or 9762970. OLE color: 9762970.

HSL color Cylindrical-coordinate representation of color #9AF894: hue angle of 116.4º 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 #9AF894 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 154 248 148 -
CMYK 0.38 0 0.40 0.03
HSL 116.4º 0.88% 0.78% -
HSV(B) 116.4º 0.4% 0.97% -
XYZ 52.24 76.14 39.96 -
YUV 208.49 93.86 89.13 -
System Red Green Blue C M Y K H S L
Decimal 154 248 148 0.38 0 0.40 0.03 116.4 0.88 0.78
Hex 9A F8 94 26 0 28 3 74 58 4E
Octal 232 370 224 46 0 50 3 164 130 116
Binary 10011010 11111000 10010100 100110 0 101000 11 1110100 1011000 1001110

Color Harmonies of #9AF894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF894

Black with #9AF894

Text Example


Text Example

White with #9AF894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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