Html Css Color HEX #A1D770 Feijoa

📋 copy color: '#A1D770'

red 161 ◦ green 215 ◦ blue 112

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

Shades of Feijoa #A1D770

Tints of Feijoa #A1D770

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.06%

 BLUE value IS 112 (44.14% from 255) = 22.95%

R = 32.99%
G = 44.06%
B = 22.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#A1D770 (or 0xA1D770) is known color: Feijoa. HEX triplet: A1, D7 and 70. RGB value is (161,215,112). Sum of RGB (Red+Green+Blue) = 161+215+112=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D770 is #5E288F. Grayscale: #BBBBBB. Windows color (decimal): -6170768 or 7395233. OLE color: 7395233.

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

Color convert

RGB 161 215 112 -
CMYK 0.25 0 0.48 0.16
HSL 91.46º 0.56% 0.64% -
HSV(B) 91.46º 0.48% 0.84% -
XYZ 41.92 57.35 24.19 -
YUV 187.11 85.61 109.38 -
System Red Green Blue C M Y K H S L
Decimal 161 215 112 0.25 0 0.48 0.16 91.46 0.56 0.64
Hex A1 D7 70 19 0 30 10 5B 38 40
Octal 241 327 160 31 0 60 20 133 70 100
Binary 10100001 11010111 1110000 11001 0 110000 10000 1011011 111000 1000000

Color Harmonies of #A1D770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D770

Black with #A1D770

Text Example


Text Example

White with #A1D770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D770; }

 p { color: rgb(161,215,112); }

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

background-color css

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

 a { background-color: rgb(161,215,112); }

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

border-color css

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

 span { border-color: rgb(161,215,112); }

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