Html Css Color HEX #A0DF7D Feijoa

📋 copy color: '#A0DF7D'

red 160 ◦ green 223 ◦ blue 125

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

Shades of Feijoa #A0DF7D

Tints of Feijoa #A0DF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.61%

R = 31.5%
G = 43.9%
B = 24.61%

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

#A0DF7D (or 0xA0DF7D) is known color: Feijoa. HEX triplet: A0, DF and 7D. RGB value is (160,223,125). Sum of RGB (Red+Green+Blue) = 160+223+125=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DF7D is #5F2082. Grayscale: #C1C1C1. Windows color (decimal): -6234243 or 8249248. OLE color: 8249248.

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

Color convert

RGB 160 223 125 -
CMYK 0.28 0 0.44 0.13
HSL 98.57º 0.6% 0.68% -
HSV(B) 98.57º 0.44% 0.87% -
XYZ 44.59 61.73 28.97 -
YUV 192.99 89.63 104.47 -
System Red Green Blue C M Y K H S L
Decimal 160 223 125 0.28 0 0.44 0.13 98.57 0.6 0.68
Hex A0 DF 7D 1C 0 2C D 63 3C 44
Octal 240 337 175 34 0 54 15 143 74 104
Binary 10100000 11011111 1111101 11100 0 101100 1101 1100011 111100 1000100

Color Harmonies of #A0DF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DF7D

Black with #A0DF7D

Text Example


Text Example

White with #A0DF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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