Html Css Color HEX #9AF5A2 Pale Green

📋 copy color: '#9AF5A2'

red 154 ◦ green 245 ◦ blue 162

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

Shades of Pale Green #9AF5A2

Tints of Pale Green #9AF5A2

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.67%

 BLUE value IS 162 (63.67% from 255) = 28.88%

R = 27.45%
G = 43.67%
B = 28.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#9AF5A2 (or 0x9AF5A2) is known color: Pale Green. HEX triplet: 9A, F5 and A2. RGB value is (154,245,162). Sum of RGB (Red+Green+Blue) = 154+245+162=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 245 (96.09% from 255 or 43.67% from 561); Blue value is 162 (63.67% from 255 or 28.88% from 561); Max value from RGB is 245 - color contains mainly: green. Hex color #9AF5A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF5A2 is #650A5D. Grayscale: #D0D0D0. Windows color (decimal): -6621790 or 10679706. OLE color: 10679706.

HSL color Cylindrical-coordinate representation of color #9AF5A2: hue angle of 125.27º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AF5A2 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB 154 245 162 -
CMYK 0.37 0 0.34 0.04
HSL 125.27º 0.82% 0.78% -
HSV(B) 125.27º 0.37% 0.96% -
XYZ 52.5 74.78 45.85 -
YUV 208.33 101.85 89.25 -
System Red Green Blue C M Y K H S L
Decimal 154 245 162 0.37 0 0.34 0.04 125.27 0.82 0.78
Hex 9A F5 A2 25 0 22 4 7D 52 4E
Octal 232 365 242 45 0 42 4 175 122 116
Binary 10011010 11110101 10100010 100101 0 100010 100 1111101 1010010 1001110

Color Harmonies of #9AF5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF5A2

Black with #9AF5A2

Text Example


Text Example

White with #9AF5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,245,162); }

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

background-color css

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

 a { background-color: rgb(154,245,162); }

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

border-color css

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

 span { border-color: rgb(154,245,162); }

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