Html Css Color HEX #9AF1A0 Pale Green

📋 copy color: '#9AF1A0'

red 154 ◦ green 241 ◦ blue 160

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

Shades of Pale Green #9AF1A0

Tints of Pale Green #9AF1A0

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.42%

 BLUE value IS 160 (62.89% from 255) = 28.83%

R = 27.75%
G = 43.42%
B = 28.83%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#9AF1A0 (or 0x9AF1A0) is known color: Pale Green. HEX triplet: 9A, F1 and A0. RGB value is (154,241,160). Sum of RGB (Red+Green+Blue) = 154+241+160=555 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.75% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF1A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF1A0 is #650E5F. Grayscale: #CDCDCD. Windows color (decimal): -6622816 or 10547610. OLE color: 10547610.

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

Color convert

RGB 154 241 160 -
CMYK 0.36 0 0.34 0.05
HSL 124.14º 0.76% 0.77% -
HSV(B) 124.14º 0.36% 0.95% -
XYZ 51.13 72.32 44.52 -
YUV 205.75 102.18 91.09 -
System Red Green Blue C M Y K H S L
Decimal 154 241 160 0.36 0 0.34 0.05 124.14 0.76 0.77
Hex 9A F1 A0 24 0 22 5 7C 4C 4D
Octal 232 361 240 44 0 42 5 174 114 115
Binary 10011010 11110001 10100000 100100 0 100010 101 1111100 1001100 1001101

Color Harmonies of #9AF1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF1A0

Black with #9AF1A0

Text Example


Text Example

White with #9AF1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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