Html Css Color HEX #A3DC94 Granny Smith Apple

📋 copy color: '#A3DC94'

red 163 ◦ green 220 ◦ blue 148

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

Shades of Granny Smith Apple #A3DC94

Tints of Granny Smith Apple #A3DC94

RGB

 RED value IS 163 (64.06% from 255) = 30.7%

 GREEN value IS 220 (86.33% from 255) = 41.43%

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

R = 30.7%
G = 41.43%
B = 27.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#A3DC94 (or 0xA3DC94) is known color: Granny Smith Apple. HEX triplet: A3, DC and 94. RGB value is (163,220,148). Sum of RGB (Red+Green+Blue) = 163+220+148=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DC94 is #5C236B. Grayscale: #C2C2C2. Windows color (decimal): -6038380 or 9755811. OLE color: 9755811.

HSL color Cylindrical-coordinate representation of color #A3DC94: hue angle of 107.5º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3DC94 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 220 148 -
CMYK 0.26 0 0.33 0.14
HSL 107.5º 0.51% 0.72% -
HSV(B) 107.5º 0.33% 0.86% -
XYZ 46.04 61.11 37.39 -
YUV 194.75 101.62 105.35 -
System Red Green Blue C M Y K H S L
Decimal 163 220 148 0.26 0 0.33 0.14 107.5 0.51 0.72
Hex A3 DC 94 1A 0 21 E 6C 33 48
Octal 243 334 224 32 0 41 16 154 63 110
Binary 10100011 11011100 10010100 11010 0 100001 1110 1101100 110011 1001000

Color Harmonies of #A3DC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DC94

Black with #A3DC94

Text Example


Text Example

White with #A3DC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DC94; }

 p { color: rgb(163,220,148); }

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

background-color css

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

 a { background-color: rgb(163,220,148); }

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

border-color css

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

 span { border-color: rgb(163,220,148); }

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