Html Css Color HEX #A0DE7B Feijoa

📋 copy color: '#A0DE7B'

red 160 ◦ green 222 ◦ blue 123

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

Shades of Feijoa #A0DE7B

Tints of Feijoa #A0DE7B

RGB

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

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

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

R = 31.68%
G = 43.96%
B = 24.36%

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

#A0DE7B (or 0xA0DE7B) is known color: Feijoa. HEX triplet: A0, DE and 7B. RGB value is (160,222,123). Sum of RGB (Red+Green+Blue) = 160+222+123=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DE7B is #5F2184. Grayscale: #C0C0C0. Windows color (decimal): -6234501 or 8117920. OLE color: 8117920.

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

Color convert

RGB 160 222 123 -
CMYK 0.28 0 0.45 0.13
HSL 97.58º 0.6% 0.68% -
HSV(B) 97.58º 0.45% 0.87% -
XYZ 44.19 61.15 28.21 -
YUV 192.18 88.96 105.05 -
System Red Green Blue C M Y K H S L
Decimal 160 222 123 0.28 0 0.45 0.13 97.58 0.6 0.68
Hex A0 DE 7B 1C 0 2D D 62 3C 44
Octal 240 336 173 34 0 55 15 142 74 104
Binary 10100000 11011110 1111011 11100 0 101101 1101 1100010 111100 1000100

Color Harmonies of #A0DE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DE7B

Black with #A0DE7B

Text Example


Text Example

White with #A0DE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DE7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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