Html Css Color HEX #A1D079 Feijoa

📋 copy color: '#A1D079'

red 161 ◦ green 208 ◦ blue 121

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

Shades of Feijoa #A1D079

Tints of Feijoa #A1D079

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.45%

 BLUE value IS 121 (47.66% from 255) = 24.69%

R = 32.86%
G = 42.45%
B = 24.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#A1D079 (or 0xA1D079) is known color: Feijoa. HEX triplet: A1, D0 and 79. RGB value is (161,208,121). Sum of RGB (Red+Green+Blue) = 161+208+121=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D079 is #5E2F86. Grayscale: #B8B8B8. Windows color (decimal): -6172551 or 7983265. OLE color: 7983265.

HSL color Cylindrical-coordinate representation of color #A1D079: hue angle of 92.41º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1D079 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 208 121 -
CMYK 0.23 0 0.42 0.18
HSL 92.41º 0.48% 0.65% -
HSV(B) 92.41º 0.42% 0.82% -
XYZ 40.71 54.07 26.38 -
YUV 184.03 92.43 111.57 -
System Red Green Blue C M Y K H S L
Decimal 161 208 121 0.23 0 0.42 0.18 92.41 0.48 0.65
Hex A1 D0 79 17 0 2A 12 5C 30 41
Octal 241 320 171 27 0 52 22 134 60 101
Binary 10100001 11010000 1111001 10111 0 101010 10010 1011100 110000 1000001

Color Harmonies of #A1D079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D079

Black with #A1D079

Text Example


Text Example

White with #A1D079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D079; }

 p { color: rgb(161,208,121); }

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

background-color css

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

 a { background-color: rgb(161,208,121); }

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

border-color css

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

 span { border-color: rgb(161,208,121); }

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