Html Css Color HEX #A0DD7D Feijoa

📋 copy color: '#A0DD7D'

red 160 ◦ green 221 ◦ blue 125

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

Shades of Feijoa #A0DD7D

Tints of Feijoa #A0DD7D

RGB

 RED value IS 160 (62.89% from 255) = 31.62%

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

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

R = 31.62%
G = 43.68%
B = 24.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#A0DD7D (or 0xA0DD7D) is known color: Feijoa. HEX triplet: A0, DD and 7D. RGB value is (160,221,125). Sum of RGB (Red+Green+Blue) = 160+221+125=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD7D is #5F2282. Grayscale: #C0C0C0. Windows color (decimal): -6234755 or 8248736. OLE color: 8248736.

HSL color Cylindrical-coordinate representation of color #A0DD7D: hue angle of 98.12º 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 #A0DD7D is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 221 125 -
CMYK 0.28 0 0.43 0.13
HSL 98.13º 0.59% 0.68% -
HSV(B) 98.13º 0.43% 0.87% -
XYZ 44.06 60.67 28.79 -
YUV 191.82 90.29 105.31 -
System Red Green Blue C M Y K H S L
Decimal 160 221 125 0.28 0 0.43 0.13 98.13 0.59 0.68
Hex A0 DD 7D 1C 0 2B D 62 3B 44
Octal 240 335 175 34 0 53 15 142 73 104
Binary 10100000 11011101 1111101 11100 0 101011 1101 1100010 111011 1000100

Color Harmonies of #A0DD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DD7D

Black with #A0DD7D

Text Example


Text Example

White with #A0DD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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