Html Css Color HEX #9AF2AA Pale Green

📋 copy color: '#9AF2AA'

red 154 ◦ green 242 ◦ blue 170

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

Shades of Pale Green #9AF2AA

Tints of Pale Green #9AF2AA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.76%

 BLUE value IS 170 (66.8% from 255) = 30.04%

R = 27.21%
G = 42.76%
B = 30.04%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#9AF2AA (or 0x9AF2AA) is known color: Pale Green. HEX triplet: 9A, F2 and AA. RGB value is (154,242,170). Sum of RGB (Red+Green+Blue) = 154+242+170=566 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.21% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF2AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF2AA is #650D55. Grayscale: #CFCFCF. Windows color (decimal): -6622550 or 11203226. OLE color: 11203226.

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

Color convert

RGB 154 242 170 -
CMYK 0.36 0 0.30 0.05
HSL 130.91º 0.77% 0.78% -
HSV(B) 130.91º 0.36% 0.95% -
XYZ 52.33 73.28 49.42 -
YUV 207.48 106.85 89.85 -
System Red Green Blue C M Y K H S L
Decimal 154 242 170 0.36 0 0.30 0.05 130.91 0.77 0.78
Hex 9A F2 AA 24 0 1E 5 83 4D 4E
Octal 232 362 252 44 0 36 5 203 115 116
Binary 10011010 11110010 10101010 100100 0 11110 101 10000011 1001101 1001110

Color Harmonies of #9AF2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF2AA

Black with #9AF2AA

Text Example


Text Example

White with #9AF2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,242,170); }

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

background-color css

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

 a { background-color: rgb(154,242,170); }

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

border-color css

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

 span { border-color: rgb(154,242,170); }

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