Html Css Color HEX #A2FA90 Pale Green

📋 copy color: '#A2FA90'

red 162 ◦ green 250 ◦ blue 144

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

Shades of Pale Green #A2FA90

Tints of Pale Green #A2FA90

RGB

 RED value IS 162 (63.67% from 255) = 29.14%

 GREEN value IS 250 (98.05% from 255) = 44.96%

 BLUE value IS 144 (56.64% from 255) = 25.9%

R = 29.14%
G = 44.96%
B = 25.9%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#A2FA90 (or 0xA2FA90) is known color: Pale Green. HEX triplet: A2, FA and 90. RGB value is (162,250,144). Sum of RGB (Red+Green+Blue) = 162+250+144=556 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.14% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FA90 is #5D056F. Grayscale: #D3D3D3. Windows color (decimal): -6096240 or 9501346. OLE color: 9501346.

HSL color Cylindrical-coordinate representation of color #A2FA90: hue angle of 109.81º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2FA90 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 250 144 -
CMYK 0.35 0 0.42 0.02
HSL 109.81º 0.91% 0.77% -
HSV(B) 109.81º 0.42% 0.98% -
XYZ 54.12 78.07 38.6 -
YUV 211.6 89.85 92.62 -
System Red Green Blue C M Y K H S L
Decimal 162 250 144 0.35 0 0.42 0.02 109.81 0.91 0.77
Hex A2 FA 90 23 0 2A 2 6E 5B 4D
Octal 242 372 220 43 0 52 2 156 133 115
Binary 10100010 11111010 10010000 100011 0 101010 10 1101110 1011011 1001101

Color Harmonies of #A2FA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FA90

Black with #A2FA90

Text Example


Text Example

White with #A2FA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FA90; }

 p { color: rgb(162,250,144); }

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

background-color css

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

 a { background-color: rgb(162,250,144); }

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

border-color css

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

 span { border-color: rgb(162,250,144); }

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