Html Css Color HEX #A0DE7A Feijoa

📋 copy color: '#A0DE7A'

red 160 ◦ green 222 ◦ blue 122

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

Shades of Feijoa #A0DE7A

Tints of Feijoa #A0DE7A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.05%

 BLUE value IS 122 (48.05% from 255) = 24.21%

R = 31.75%
G = 44.05%
B = 24.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#A0DE7A (or 0xA0DE7A) is known color: Feijoa. HEX triplet: A0, DE and 7A. RGB value is (160,222,122). Sum of RGB (Red+Green+Blue) = 160+222+122=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DE7A is #5F2185. Grayscale: #C0C0C0. Windows color (decimal): -6234502 or 8052384. OLE color: 8052384.

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

Color convert

RGB 160 222 122 -
CMYK 0.28 0 0.45 0.13
HSL 97.2º 0.6% 0.67% -
HSV(B) 97.2º 0.45% 0.87% -
XYZ 44.13 61.12 27.88 -
YUV 192.06 88.46 105.13 -
System Red Green Blue C M Y K H S L
Decimal 160 222 122 0.28 0 0.45 0.13 97.2 0.6 0.67
Hex A0 DE 7A 1C 0 2D D 61 3C 43
Octal 240 336 172 34 0 55 15 141 74 103
Binary 10100000 11011110 1111010 11100 0 101101 1101 1100001 111100 1000011

Color Harmonies of #A0DE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DE7A

Black with #A0DE7A

Text Example


Text Example

White with #A0DE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DE7A; }

 p { color: rgb(160,222,122); }

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

background-color css

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

 a { background-color: rgb(160,222,122); }

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

border-color css

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

 span { border-color: rgb(160,222,122); }

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