Html Css Color HEX #A0DF7F Feijoa

📋 copy color: '#A0DF7F'

red 160 ◦ green 223 ◦ blue 127

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

Shades of Feijoa #A0DF7F

Tints of Feijoa #A0DF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.9%

R = 31.37%
G = 43.73%
B = 24.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#A0DF7F (or 0xA0DF7F) is known color: Feijoa. HEX triplet: A0, DF and 7F. RGB value is (160,223,127). Sum of RGB (Red+Green+Blue) = 160+223+127=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DF7F is #5F2080. Grayscale: #C1C1C1. Windows color (decimal): -6234241 or 8380320. OLE color: 8380320.

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

Color convert

RGB 160 223 127 -
CMYK 0.28 0 0.43 0.13
HSL 99.38º 0.6% 0.69% -
HSV(B) 99.38º 0.43% 0.87% -
XYZ 44.72 61.78 29.65 -
YUV 193.22 90.63 104.31 -
System Red Green Blue C M Y K H S L
Decimal 160 223 127 0.28 0 0.43 0.13 99.38 0.6 0.69
Hex A0 DF 7F 1C 0 2B D 63 3C 45
Octal 240 337 177 34 0 53 15 143 74 105
Binary 10100000 11011111 1111111 11100 0 101011 1101 1100011 111100 1000101

Color Harmonies of #A0DF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DF7F

Black with #A0DF7F

Text Example


Text Example

White with #A0DF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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