Html Css Color HEX #A2F998 Pale Green

📋 copy color: '#A2F998'

red 162 ◦ green 249 ◦ blue 152

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

Shades of Pale Green #A2F998

Tints of Pale Green #A2F998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27%

R = 28.77%
G = 44.23%
B = 27%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#A2F998 (or 0xA2F998) is known color: Pale Green. HEX triplet: A2, F9 and 98. RGB value is (162,249,152). Sum of RGB (Red+Green+Blue) = 162+249+152=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 152 (59.77% from 255 or 27.00% from 563); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F998 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F998 is #5D0667. Grayscale: #D4D4D4. Windows color (decimal): -6096488 or 10025378. OLE color: 10025378.

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

Color convert

RGB 162 249 152 -
CMYK 0.35 0 0.39 0.02
HSL 113.81º 0.89% 0.79% -
HSV(B) 113.81º 0.39% 0.98% -
XYZ 54.44 77.7 41.83 -
YUV 211.93 94.18 92.39 -
System Red Green Blue C M Y K H S L
Decimal 162 249 152 0.35 0 0.39 0.02 113.81 0.89 0.79
Hex A2 F9 98 23 0 27 2 72 59 4F
Octal 242 371 230 43 0 47 2 162 131 117
Binary 10100010 11111001 10011000 100011 0 100111 10 1110010 1011001 1001111

Color Harmonies of #A2F998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F998

Black with #A2F998

Text Example


Text Example

White with #A2F998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F998; }

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

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

background-color css

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

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

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

border-color css

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

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

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