Html Css Color HEX #A0DF72 Feijoa

📋 copy color: '#A0DF72'

red 160 ◦ green 223 ◦ blue 114

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

Shades of Feijoa #A0DF72

Tints of Feijoa #A0DF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.94%

R = 32.19%
G = 44.87%
B = 22.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#A0DF72 (or 0xA0DF72) is known color: Feijoa. HEX triplet: A0, DF and 72. RGB value is (160,223,114). Sum of RGB (Red+Green+Blue) = 160+223+114=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DF72 is #5F208D. Grayscale: #C0C0C0. Windows color (decimal): -6234254 or 7528352. OLE color: 7528352.

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

Color convert

RGB 160 223 114 -
CMYK 0.28 0 0.49 0.13
HSL 94.68º 0.63% 0.66% -
HSV(B) 94.68º 0.49% 0.87% -
XYZ 43.92 61.46 25.47 -
YUV 191.74 84.13 105.36 -
System Red Green Blue C M Y K H S L
Decimal 160 223 114 0.28 0 0.49 0.13 94.68 0.63 0.66
Hex A0 DF 72 1C 0 31 D 5F 3F 42
Octal 240 337 162 34 0 61 15 137 77 102
Binary 10100000 11011111 1110010 11100 0 110001 1101 1011111 111111 1000010

Color Harmonies of #A0DF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DF72

Black with #A0DF72

Text Example


Text Example

White with #A0DF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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