Html Css Color HEX #A3DBA0 Granny Smith Apple

📋 copy color: '#A3DBA0'

red 163 ◦ green 219 ◦ blue 160

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

Shades of Granny Smith Apple #A3DBA0

Tints of Granny Smith Apple #A3DBA0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.41%

 BLUE value IS 160 (62.89% from 255) = 29.52%

R = 30.07%
G = 40.41%
B = 29.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#A3DBA0 (or 0xA3DBA0) is known color: Granny Smith Apple. HEX triplet: A3, DB and A0. RGB value is (163,219,160). Sum of RGB (Red+Green+Blue) = 163+219+160=542 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.07% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DBA0 is #5C245F. Grayscale: #C3C3C3. Windows color (decimal): -6038624 or 10541987. OLE color: 10541987.

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

Color convert

RGB 163 219 160 -
CMYK 0.26 0 0.27 0.14
HSL 116.95º 0.45% 0.74% -
HSV(B) 116.95º 0.27% 0.86% -
XYZ 46.78 60.99 42.56 -
YUV 195.53 107.95 104.8 -
System Red Green Blue C M Y K H S L
Decimal 163 219 160 0.26 0 0.27 0.14 116.95 0.45 0.74
Hex A3 DB A0 1A 0 1B E 75 2D 4A
Octal 243 333 240 32 0 33 16 165 55 112
Binary 10100011 11011011 10100000 11010 0 11011 1110 1110101 101101 1001010

Color Harmonies of #A3DBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DBA0

Black with #A3DBA0

Text Example


Text Example

White with #A3DBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DBA0; }

 p { color: rgb(163,219,160); }

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

background-color css

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

 a { background-color: rgb(163,219,160); }

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

border-color css

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

 span { border-color: rgb(163,219,160); }

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