Html Css Color HEX #A1DD7C Feijoa

📋 copy color: '#A1DD7C'

red 161 ◦ green 221 ◦ blue 124

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

Shades of Feijoa #A1DD7C

Tints of Feijoa #A1DD7C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.68%

 BLUE value IS 124 (48.83% from 255) = 24.51%

R = 31.82%
G = 43.68%
B = 24.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#A1DD7C (or 0xA1DD7C) is known color: Feijoa. HEX triplet: A1, DD and 7C. RGB value is (161,221,124). Sum of RGB (Red+Green+Blue) = 161+221+124=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DD7C is #5E2283. Grayscale: #C0C0C0. Windows color (decimal): -6169220 or 8183201. OLE color: 8183201.

HSL color Cylindrical-coordinate representation of color #A1DD7C: hue angle of 97.11º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1DD7C is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 221 124 -
CMYK 0.27 0 0.44 0.13
HSL 97.11º 0.59% 0.68% -
HSV(B) 97.11º 0.44% 0.87% -
XYZ 44.19 60.75 28.46 -
YUV 192 89.62 105.89 -
System Red Green Blue C M Y K H S L
Decimal 161 221 124 0.27 0 0.44 0.13 97.11 0.59 0.68
Hex A1 DD 7C 1B 0 2C D 61 3B 44
Octal 241 335 174 33 0 54 15 141 73 104
Binary 10100001 11011101 1111100 11011 0 101100 1101 1100001 111011 1000100

Color Harmonies of #A1DD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD7C

Black with #A1DD7C

Text Example


Text Example

White with #A1DD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD7C; }

 p { color: rgb(161,221,124); }

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

background-color css

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

 a { background-color: rgb(161,221,124); }

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

border-color css

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

 span { border-color: rgb(161,221,124); }

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