Html Css Color HEX #A0DF85 Feijoa

📋 copy color: '#A0DF85'

red 160 ◦ green 223 ◦ blue 133

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

Shades of Feijoa #A0DF85

Tints of Feijoa #A0DF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.78%

R = 31.01%
G = 43.22%
B = 25.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#A0DF85 (or 0xA0DF85) is known color: Feijoa. HEX triplet: A0, DF and 85. RGB value is (160,223,133). Sum of RGB (Red+Green+Blue) = 160+223+133=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DF85 is #5F207A. Grayscale: #C2C2C2. Windows color (decimal): -6234235 or 8773536. OLE color: 8773536.

HSL color Cylindrical-coordinate representation of color #A0DF85: hue angle of 102º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0DF85 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 223 133 -
CMYK 0.28 0 0.40 0.13
HSL 102º 0.58% 0.7% -
HSV(B) 102º 0.4% 0.87% -
XYZ 45.12 61.94 31.77 -
YUV 193.9 93.63 103.82 -
System Red Green Blue C M Y K H S L
Decimal 160 223 133 0.28 0 0.40 0.13 102 0.58 0.7
Hex A0 DF 85 1C 0 28 D 66 3A 46
Octal 240 337 205 34 0 50 15 146 72 106
Binary 10100000 11011111 10000101 11100 0 101000 1101 1100110 111010 1000110

Color Harmonies of #A0DF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DF85

Black with #A0DF85

Text Example


Text Example

White with #A0DF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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