Html Css Color HEX #A0DD7B Feijoa

📋 copy color: '#A0DD7B'

red 160 ◦ green 221 ◦ blue 123

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

Shades of Feijoa #A0DD7B

Tints of Feijoa #A0DD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.4%

R = 31.75%
G = 43.85%
B = 24.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#A0DD7B (or 0xA0DD7B) is known color: Feijoa. HEX triplet: A0, DD and 7B. RGB value is (160,221,123). Sum of RGB (Red+Green+Blue) = 160+221+123=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD7B is #5F2284. Grayscale: #BFBFBF. Windows color (decimal): -6234757 or 8117664. OLE color: 8117664.

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

Color convert

RGB 160 221 123 -
CMYK 0.28 0 0.44 0.13
HSL 97.35º 0.59% 0.67% -
HSV(B) 97.35º 0.44% 0.87% -
XYZ 43.93 60.62 28.12 -
YUV 191.59 89.29 105.47 -
System Red Green Blue C M Y K H S L
Decimal 160 221 123 0.28 0 0.44 0.13 97.35 0.59 0.67
Hex A0 DD 7B 1C 0 2C D 61 3B 43
Octal 240 335 173 34 0 54 15 141 73 103
Binary 10100000 11011101 1111011 11100 0 101100 1101 1100001 111011 1000011

Color Harmonies of #A0DD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DD7B

Black with #A0DD7B

Text Example


Text Example

White with #A0DD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DD7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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