Html Css Color HEX #A0DF6D Feijoa

📋 copy color: '#A0DF6D'

red 160 ◦ green 223 ◦ blue 109

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

Shades of Feijoa #A0DF6D

Tints of Feijoa #A0DF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.15%

R = 32.52%
G = 45.33%
B = 22.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#A0DF6D (or 0xA0DF6D) is known color: Feijoa. HEX triplet: A0, DF and 6D. RGB value is (160,223,109). Sum of RGB (Red+Green+Blue) = 160+223+109=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DF6D is #5F2092. Grayscale: #BFBFBF. Windows color (decimal): -6234259 or 7200672. OLE color: 7200672.

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

Color convert

RGB 160 223 109 -
CMYK 0.28 0 0.51 0.13
HSL 93.16º 0.64% 0.65% -
HSV(B) 93.16º 0.51% 0.87% -
XYZ 43.65 61.35 24.01 -
YUV 191.17 81.63 105.77 -
System Red Green Blue C M Y K H S L
Decimal 160 223 109 0.28 0 0.51 0.13 93.16 0.64 0.65
Hex A0 DF 6D 1C 0 33 D 5D 40 41
Octal 240 337 155 34 0 63 15 135 100 101
Binary 10100000 11011111 1101101 11100 0 110011 1101 1011101 1000000 1000001

Color Harmonies of #A0DF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DF6D

Black with #A0DF6D

Text Example


Text Example

White with #A0DF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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