Html Css Color HEX #A2D898 Granny Smith Apple

📋 copy color: '#A2D898'

red 162 ◦ green 216 ◦ blue 152

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

Shades of Granny Smith Apple #A2D898

Tints of Granny Smith Apple #A2D898

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.75%

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

R = 30.57%
G = 40.75%
B = 28.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#A2D898 (or 0xA2D898) is known color: Granny Smith Apple. HEX triplet: A2, D8 and 98. RGB value is (162,216,152). Sum of RGB (Red+Green+Blue) = 162+216+152=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D898 is #5D2767. Grayscale: #C0C0C0. Windows color (decimal): -6104936 or 10016930. OLE color: 10016930.

HSL color Cylindrical-coordinate representation of color #A2D898: hue angle of 110.62º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2D898 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 216 152 -
CMYK 0.25 0 0.30 0.15
HSL 110.63º 0.45% 0.72% -
HSV(B) 110.63º 0.3% 0.85% -
XYZ 45.12 59.06 38.73 -
YUV 192.56 105.11 106.2 -
System Red Green Blue C M Y K H S L
Decimal 162 216 152 0.25 0 0.30 0.15 110.63 0.45 0.72
Hex A2 D8 98 19 0 1E F 6F 2D 48
Octal 242 330 230 31 0 36 17 157 55 110
Binary 10100010 11011000 10011000 11001 0 11110 1111 1101111 101101 1001000

Color Harmonies of #A2D898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D898

Black with #A2D898

Text Example


Text Example

White with #A2D898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D898; }

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

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

background-color css

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

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

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

border-color css

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

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

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