Html Css Color HEX #A1D894 Granny Smith Apple

📋 copy color: '#A1D894'

red 161 ◦ green 216 ◦ blue 148

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

Shades of Granny Smith Apple #A1D894

Tints of Granny Smith Apple #A1D894

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.14%

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

R = 30.67%
G = 41.14%
B = 28.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#A1D894 (or 0xA1D894) is known color: Granny Smith Apple. HEX triplet: A1, D8 and 94. RGB value is (161,216,148). Sum of RGB (Red+Green+Blue) = 161+216+148=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D894 is #5E276B. Grayscale: #C0C0C0. Windows color (decimal): -6170476 or 9754785. OLE color: 9754785.

HSL color Cylindrical-coordinate representation of color #A1D894: hue angle of 108.53º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1D894 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 216 148 -
CMYK 0.25 0 0.31 0.15
HSL 108.53º 0.47% 0.71% -
HSV(B) 108.53º 0.31% 0.85% -
XYZ 44.6 58.83 37.02 -
YUV 191.8 103.28 106.03 -
System Red Green Blue C M Y K H S L
Decimal 161 216 148 0.25 0 0.31 0.15 108.53 0.47 0.71
Hex A1 D8 94 19 0 1F F 6D 2F 47
Octal 241 330 224 31 0 37 17 155 57 107
Binary 10100001 11011000 10010100 11001 0 11111 1111 1101101 101111 1000111

Color Harmonies of #A1D894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D894

Black with #A1D894

Text Example


Text Example

White with #A1D894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D894; }

 p { color: rgb(161,216,148); }

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

background-color css

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

 a { background-color: rgb(161,216,148); }

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

border-color css

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

 span { border-color: rgb(161,216,148); }

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