Html Css Color HEX #A0DD7E Feijoa

📋 copy color: '#A0DD7E'

red 160 ◦ green 221 ◦ blue 126

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

Shades of Feijoa #A0DD7E

Tints of Feijoa #A0DD7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.85%

R = 31.56%
G = 43.59%
B = 24.85%

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

#A0DD7E (or 0xA0DD7E) is known color: Feijoa. HEX triplet: A0, DD and 7E. RGB value is (160,221,126). Sum of RGB (Red+Green+Blue) = 160+221+126=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD7E is #5F2281. Grayscale: #C0C0C0. Windows color (decimal): -6234754 or 8314272. OLE color: 8314272.

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

Color convert

RGB 160 221 126 -
CMYK 0.28 0 0.43 0.13
HSL 98.53º 0.58% 0.68% -
HSV(B) 98.53º 0.43% 0.87% -
XYZ 44.12 60.69 29.13 -
YUV 191.93 90.79 105.22 -
System Red Green Blue C M Y K H S L
Decimal 160 221 126 0.28 0 0.43 0.13 98.53 0.58 0.68
Hex A0 DD 7E 1C 0 2B D 63 3A 44
Octal 240 335 176 34 0 53 15 143 72 104
Binary 10100000 11011101 1111110 11100 0 101011 1101 1100011 111010 1000100

Color Harmonies of #A0DD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DD7E

Black with #A0DD7E

Text Example


Text Example

White with #A0DD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DD7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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