Html Css Color HEX #A0DD6A Feijoa

📋 copy color: '#A0DD6A'

red 160 ◦ green 221 ◦ blue 106

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

Shades of Feijoa #A0DD6A

Tints of Feijoa #A0DD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.77%

R = 32.85%
G = 45.38%
B = 21.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#A0DD6A (or 0xA0DD6A) is known color: Feijoa. HEX triplet: A0, DD and 6A. RGB value is (160,221,106). Sum of RGB (Red+Green+Blue) = 160+221+106=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD6A is #5F2295. Grayscale: #BEBEBE. Windows color (decimal): -6234774 or 7003552. OLE color: 7003552.

HSL color Cylindrical-coordinate representation of color #A0DD6A: hue angle of 91.83º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0DD6A is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 221 106 -
CMYK 0.28 0 0.52 0.13
HSL 91.83º 0.63% 0.64% -
HSV(B) 91.83º 0.52% 0.87% -
XYZ 42.96 60.23 23 -
YUV 189.65 80.79 106.85 -
System Red Green Blue C M Y K H S L
Decimal 160 221 106 0.28 0 0.52 0.13 91.83 0.63 0.64
Hex A0 DD 6A 1C 0 34 D 5C 3F 40
Octal 240 335 152 34 0 64 15 134 77 100
Binary 10100000 11011101 1101010 11100 0 110100 1101 1011100 111111 1000000

Color Harmonies of #A0DD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DD6A

Black with #A0DD6A

Text Example


Text Example

White with #A0DD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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