Html Css Color HEX #A0DD83 Feijoa

📋 copy color: '#A0DD83'

red 160 ◦ green 221 ◦ blue 131

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

Shades of Feijoa #A0DD83

Tints of Feijoa #A0DD83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.59%

R = 31.25%
G = 43.16%
B = 25.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#A0DD83 (or 0xA0DD83) is known color: Feijoa. HEX triplet: A0, DD and 83. RGB value is (160,221,131). Sum of RGB (Red+Green+Blue) = 160+221+131=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DD83 is #5F227C. Grayscale: #C0C0C0. Windows color (decimal): -6234749 or 8641952. OLE color: 8641952.

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

Color convert

RGB 160 221 131 -
CMYK 0.28 0 0.41 0.13
HSL 100.67º 0.57% 0.69% -
HSV(B) 100.67º 0.41% 0.87% -
XYZ 44.45 60.83 30.87 -
YUV 192.5 93.29 104.82 -
System Red Green Blue C M Y K H S L
Decimal 160 221 131 0.28 0 0.41 0.13 100.67 0.57 0.69
Hex A0 DD 83 1C 0 29 D 65 39 45
Octal 240 335 203 34 0 51 15 145 71 105
Binary 10100000 11011101 10000011 11100 0 101001 1101 1100101 111001 1000101

Color Harmonies of #A0DD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DD83

Black with #A0DD83

Text Example


Text Example

White with #A0DD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DD83; }

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

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

background-color css

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

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

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

border-color css

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

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

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