Html Css Color HEX #A0DD6E Feijoa

📋 copy color: '#A0DD6E'

red 160 ◦ green 221 ◦ blue 110

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

Shades of Feijoa #A0DD6E

Tints of Feijoa #A0DD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.4%

R = 32.59%
G = 45.01%
B = 22.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#A0DD6E (or 0xA0DD6E) is known color: Feijoa. HEX triplet: A0, DD and 6E. RGB value is (160,221,110). Sum of RGB (Red+Green+Blue) = 160+221+110=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD6E is #5F2291. Grayscale: #BEBEBE. Windows color (decimal): -6234770 or 7265696. OLE color: 7265696.

HSL color Cylindrical-coordinate representation of color #A0DD6E: hue angle of 92.97º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0DD6E is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 221 110 -
CMYK 0.28 0 0.50 0.13
HSL 92.97º 0.62% 0.65% -
HSV(B) 92.97º 0.5% 0.87% -
XYZ 43.17 60.31 24.12 -
YUV 190.11 82.79 106.53 -
System Red Green Blue C M Y K H S L
Decimal 160 221 110 0.28 0 0.50 0.13 92.97 0.62 0.65
Hex A0 DD 6E 1C 0 32 D 5D 3E 41
Octal 240 335 156 34 0 62 15 135 76 101
Binary 10100000 11011101 1101110 11100 0 110010 1101 1011101 111110 1000001

Color Harmonies of #A0DD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DD6E

Black with #A0DD6E

Text Example


Text Example

White with #A0DD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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