Html Css Color HEX #A1DD7D Feijoa

📋 copy color: '#A1DD7D'

red 161 ◦ green 221 ◦ blue 125

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

Shades of Feijoa #A1DD7D

Tints of Feijoa #A1DD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.65%

R = 31.76%
G = 43.59%
B = 24.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#A1DD7D (or 0xA1DD7D) is known color: Feijoa. HEX triplet: A1, DD and 7D. RGB value is (161,221,125). Sum of RGB (Red+Green+Blue) = 161+221+125=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DD7D is #5E2282. Grayscale: #C0C0C0. Windows color (decimal): -6169219 or 8248737. OLE color: 8248737.

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

Color convert

RGB 161 221 125 -
CMYK 0.27 0 0.43 0.13
HSL 97.5º 0.59% 0.68% -
HSV(B) 97.5º 0.43% 0.87% -
XYZ 44.26 60.77 28.8 -
YUV 192.12 90.12 105.81 -
System Red Green Blue C M Y K H S L
Decimal 161 221 125 0.27 0 0.43 0.13 97.5 0.59 0.68
Hex A1 DD 7D 1B 0 2B D 62 3B 44
Octal 241 335 175 33 0 53 15 142 73 104
Binary 10100001 11011101 1111101 11011 0 101011 1101 1100010 111011 1000100

Color Harmonies of #A1DD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD7D

Black with #A1DD7D

Text Example


Text Example

White with #A1DD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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