Html Css Color HEX #A1D69B Granny Smith Apple

📋 copy color: '#A1D69B'

red 161 ◦ green 214 ◦ blue 155

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

Shades of Granny Smith Apple #A1D69B

Tints of Granny Smith Apple #A1D69B

RGB

 RED value IS 161 (63.28% from 255) = 30.38%

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

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

R = 30.38%
G = 40.38%
B = 29.25%

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

#A1D69B (or 0xA1D69B) is known color: Granny Smith Apple. HEX triplet: A1, D6 and 9B. RGB value is (161,214,155). Sum of RGB (Red+Green+Blue) = 161+214+155=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D69B is #5E2964. Grayscale: #BFBFBF. Windows color (decimal): -6170981 or 10213025. OLE color: 10213025.

HSL color Cylindrical-coordinate representation of color #A1D69B: hue angle of 113.9º 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 #A1D69B is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 214 155 -
CMYK 0.25 0 0.28 0.16
HSL 113.9º 0.42% 0.72% -
HSV(B) 113.9º 0.28% 0.84% -
XYZ 44.66 58.04 39.86 -
YUV 191.43 107.44 106.3 -
System Red Green Blue C M Y K H S L
Decimal 161 214 155 0.25 0 0.28 0.16 113.9 0.42 0.72
Hex A1 D6 9B 19 0 1C 10 72 2A 48
Octal 241 326 233 31 0 34 20 162 52 110
Binary 10100001 11010110 10011011 11001 0 11100 10000 1110010 101010 1001000

Color Harmonies of #A1D69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D69B

Black with #A1D69B

Text Example


Text Example

White with #A1D69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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