Html Css Color HEX #A0DF7A Feijoa

📋 copy color: '#A0DF7A'

red 160 ◦ green 223 ◦ blue 122

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

Shades of Feijoa #A0DF7A

Tints of Feijoa #A0DF7A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.16%

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

R = 31.68%
G = 44.16%
B = 24.16%

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

#A0DF7A (or 0xA0DF7A) is known color: Feijoa. HEX triplet: A0, DF and 7A. RGB value is (160,223,122). Sum of RGB (Red+Green+Blue) = 160+223+122=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DF7A is #5F2085. Grayscale: #C0C0C0. Windows color (decimal): -6234246 or 8052640. OLE color: 8052640.

HSL color Cylindrical-coordinate representation of color #A0DF7A: hue angle of 97.43º degrees, saturation: 0.61, 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 #A0DF7A is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 223 122 -
CMYK 0.28 0 0.45 0.13
HSL 97.43º 0.61% 0.68% -
HSV(B) 97.43º 0.45% 0.87% -
XYZ 44.4 61.65 27.97 -
YUV 192.65 88.13 104.71 -
System Red Green Blue C M Y K H S L
Decimal 160 223 122 0.28 0 0.45 0.13 97.43 0.61 0.68
Hex A0 DF 7A 1C 0 2D D 61 3D 44
Octal 240 337 172 34 0 55 15 141 75 104
Binary 10100000 11011111 1111010 11100 0 101101 1101 1100001 111101 1000100

Color Harmonies of #A0DF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DF7A

Black with #A0DF7A

Text Example


Text Example

White with #A0DF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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