Html Css Color HEX #A0D69B Granny Smith Apple

📋 copy color: '#A0D69B'

red 160 ◦ green 214 ◦ blue 155

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

Shades of Granny Smith Apple #A0D69B

Tints of Granny Smith Apple #A0D69B

RGB

 RED value IS 160 (62.89% from 255) = 30.25%

 GREEN value IS 214 (83.98% from 255) = 40.45%

 BLUE value IS 155 (60.94% from 255) = 29.3%

R = 30.25%
G = 40.45%
B = 29.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#A0D69B (or 0xA0D69B) is known color: Granny Smith Apple. HEX triplet: A0, D6 and 9B. RGB value is (160,214,155). Sum of RGB (Red+Green+Blue) = 160+214+155=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D69B is #5F2964. Grayscale: #BFBFBF. Windows color (decimal): -6236517 or 10213024. OLE color: 10213024.

HSL color Cylindrical-coordinate representation of color #A0D69B: hue angle of 114.92º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0D69B is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 214 155 -
CMYK 0.25 0 0.28 0.16
HSL 114.92º 0.42% 0.72% -
HSV(B) 114.92º 0.28% 0.84% -
XYZ 44.46 57.93 39.85 -
YUV 191.13 107.61 105.8 -
System Red Green Blue C M Y K H S L
Decimal 160 214 155 0.25 0 0.28 0.16 114.92 0.42 0.72
Hex A0 D6 9B 19 0 1C 10 73 2A 48
Octal 240 326 233 31 0 34 20 163 52 110
Binary 10100000 11010110 10011011 11001 0 11100 10000 1110011 101010 1001000

Color Harmonies of #A0D69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D69B

Black with #A0D69B

Text Example


Text Example

White with #A0D69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D69B; }

 p { color: rgb(160,214,155); }

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

background-color css

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

 a { background-color: rgb(160,214,155); }

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

border-color css

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

 span { border-color: rgb(160,214,155); }

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