Html Css Color HEX #A1DC7D Feijoa

📋 copy color: '#A1DC7D'

red 161 ◦ green 220 ◦ blue 125

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

Shades of Feijoa #A1DC7D

Tints of Feijoa #A1DC7D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.48%

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

R = 31.82%
G = 43.48%
B = 24.7%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#A1DC7D (or 0xA1DC7D) is known color: Feijoa. HEX triplet: A1, DC and 7D. RGB value is (161,220,125). Sum of RGB (Red+Green+Blue) = 161+220+125=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC7D is #5E2382. Grayscale: #BFBFBF. Windows color (decimal): -6169475 or 8248481. OLE color: 8248481.

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

Color convert

RGB 161 220 125 -
CMYK 0.27 0 0.43 0.14
HSL 97.26º 0.58% 0.68% -
HSV(B) 97.26º 0.43% 0.86% -
XYZ 43.99 60.24 28.71 -
YUV 191.53 90.45 106.22 -
System Red Green Blue C M Y K H S L
Decimal 161 220 125 0.27 0 0.43 0.14 97.26 0.58 0.68
Hex A1 DC 7D 1B 0 2B E 61 3A 44
Octal 241 334 175 33 0 53 16 141 72 104
Binary 10100001 11011100 1111101 11011 0 101011 1110 1100001 111010 1000100

Color Harmonies of #A1DC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DC7D

Black with #A1DC7D

Text Example


Text Example

White with #A1DC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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