Html Css Color HEX #A2F98C Pale Green

📋 copy color: '#A2F98C'

red 162 ◦ green 249 ◦ blue 140

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

Shades of Pale Green #A2F98C

Tints of Pale Green #A2F98C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.19%

 BLUE value IS 140 (55.08% from 255) = 25.41%

R = 29.4%
G = 45.19%
B = 25.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#A2F98C (or 0xA2F98C) is known color: Pale Green. HEX triplet: A2, F9 and 8C. RGB value is (162,249,140). Sum of RGB (Red+Green+Blue) = 162+249+140=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F98C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F98C is #5D0673. Grayscale: #D2D2D2. Windows color (decimal): -6096500 or 9238946. OLE color: 9238946.

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

Color convert

RGB 162 249 140 -
CMYK 0.35 0 0.44 0.02
HSL 107.89º 0.9% 0.76% -
HSV(B) 107.89º 0.44% 0.98% -
XYZ 53.51 77.33 36.92 -
YUV 210.56 88.18 93.36 -
System Red Green Blue C M Y K H S L
Decimal 162 249 140 0.35 0 0.44 0.02 107.89 0.9 0.76
Hex A2 F9 8C 23 0 2C 2 6C 5A 4C
Octal 242 371 214 43 0 54 2 154 132 114
Binary 10100010 11111001 10001100 100011 0 101100 10 1101100 1011010 1001100

Color Harmonies of #A2F98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F98C

Black with #A2F98C

Text Example


Text Example

White with #A2F98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F98C; }

 p { color: rgb(162,249,140); }

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

background-color css

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

 a { background-color: rgb(162,249,140); }

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

border-color css

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

 span { border-color: rgb(162,249,140); }

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