Html Css Color HEX #A0D074 Feijoa

📋 copy color: '#A0D074'

red 160 ◦ green 208 ◦ blue 116

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

Shades of Feijoa #A0D074

Tints of Feijoa #A0D074

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.98%

 BLUE value IS 116 (45.7% from 255) = 23.97%

R = 33.06%
G = 42.98%
B = 23.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#A0D074 (or 0xA0D074) is known color: Feijoa. HEX triplet: A0, D0 and 74. RGB value is (160,208,116). Sum of RGB (Red+Green+Blue) = 160+208+116=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D074 is #5F2F8B. Grayscale: #B7B7B7. Windows color (decimal): -6238092 or 7655584. OLE color: 7655584.

HSL color Cylindrical-coordinate representation of color #A0D074: hue angle of 91.3º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0D074 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 208 116 -
CMYK 0.23 0 0.44 0.18
HSL 91.3º 0.49% 0.64% -
HSV(B) 91.3º 0.44% 0.82% -
XYZ 40.21 53.85 24.8 -
YUV 183.16 90.1 111.48 -
System Red Green Blue C M Y K H S L
Decimal 160 208 116 0.23 0 0.44 0.18 91.3 0.49 0.64
Hex A0 D0 74 17 0 2C 12 5B 31 40
Octal 240 320 164 27 0 54 22 133 61 100
Binary 10100000 11010000 1110100 10111 0 101100 10010 1011011 110001 1000000

Color Harmonies of #A0D074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D074

Black with #A0D074

Text Example


Text Example

White with #A0D074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D074; }

 p { color: rgb(160,208,116); }

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

background-color css

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

 a { background-color: rgb(160,208,116); }

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

border-color css

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

 span { border-color: rgb(160,208,116); }

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