Html Css Color HEX #A2F19A Pale Green

📋 copy color: '#A2F19A'

red 162 ◦ green 241 ◦ blue 154

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

Shades of Pale Green #A2F19A

Tints of Pale Green #A2F19A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.65%

R = 29.08%
G = 43.27%
B = 27.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#A2F19A (or 0xA2F19A) is known color: Pale Green. HEX triplet: A2, F1 and 9A. RGB value is (162,241,154). Sum of RGB (Red+Green+Blue) = 162+241+154=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F19A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F19A is #5D0E65. Grayscale: #CFCFCF. Windows color (decimal): -6098534 or 10154402. OLE color: 10154402.

HSL color Cylindrical-coordinate representation of color #A2F19A: hue angle of 114.48º 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 #A2F19A is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 241 154 -
CMYK 0.33 0 0.36 0.05
HSL 114.48º 0.76% 0.77% -
HSV(B) 114.48º 0.36% 0.95% -
XYZ 52.19 72.93 41.9 -
YUV 207.46 97.83 95.57 -
System Red Green Blue C M Y K H S L
Decimal 162 241 154 0.33 0 0.36 0.05 114.48 0.76 0.77
Hex A2 F1 9A 21 0 24 5 72 4C 4D
Octal 242 361 232 41 0 44 5 162 114 115
Binary 10100010 11110001 10011010 100001 0 100100 101 1110010 1001100 1001101

Color Harmonies of #A2F19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F19A

Black with #A2F19A

Text Example


Text Example

White with #A2F19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F19A; }

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

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

background-color css

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

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

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

border-color css

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

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

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