Html Css Color HEX #A2DA94 Granny Smith Apple

📋 copy color: '#A2DA94'

red 162 ◦ green 218 ◦ blue 148

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

Shades of Granny Smith Apple #A2DA94

Tints of Granny Smith Apple #A2DA94

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.29%

 BLUE value IS 148 (58.2% from 255) = 28.03%

R = 30.68%
G = 41.29%
B = 28.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#A2DA94 (or 0xA2DA94) is known color: Granny Smith Apple. HEX triplet: A2, DA and 94. RGB value is (162,218,148). Sum of RGB (Red+Green+Blue) = 162+218+148=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DA94 is #5D256B. Grayscale: #C1C1C1. Windows color (decimal): -6104428 or 9755298. OLE color: 9755298.

HSL color Cylindrical-coordinate representation of color #A2DA94: hue angle of 108º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2DA94 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 218 148 -
CMYK 0.26 0 0.32 0.15
HSL 108º 0.49% 0.72% -
HSV(B) 108º 0.32% 0.85% -
XYZ 45.32 59.96 37.2 -
YUV 193.28 102.45 105.69 -
System Red Green Blue C M Y K H S L
Decimal 162 218 148 0.26 0 0.32 0.15 108 0.49 0.72
Hex A2 DA 94 1A 0 20 F 6C 31 48
Octal 242 332 224 32 0 40 17 154 61 110
Binary 10100010 11011010 10010100 11010 0 100000 1111 1101100 110001 1001000

Color Harmonies of #A2DA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DA94

Black with #A2DA94

Text Example


Text Example

White with #A2DA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DA94; }

 p { color: rgb(162,218,148); }

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

background-color css

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

 a { background-color: rgb(162,218,148); }

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

border-color css

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

 span { border-color: rgb(162,218,148); }

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