Html Css Color HEX #A0CF73 Feijoa

📋 copy color: '#A0CF73'

red 160 ◦ green 207 ◦ blue 115

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

Shades of Feijoa #A0CF73

Tints of Feijoa #A0CF73

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.95%

 BLUE value IS 115 (45.31% from 255) = 23.86%

R = 33.2%
G = 42.95%
B = 23.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#A0CF73 (or 0xA0CF73) is known color: Feijoa. HEX triplet: A0, CF and 73. RGB value is (160,207,115). Sum of RGB (Red+Green+Blue) = 160+207+115=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF73 is #5F308C. Grayscale: #B6B6B6. Windows color (decimal): -6238349 or 7589792. OLE color: 7589792.

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

Color convert

RGB 160 207 115 -
CMYK 0.23 0 0.44 0.19
HSL 90.65º 0.49% 0.63% -
HSV(B) 90.65º 0.44% 0.81% -
XYZ 39.9 53.34 24.41 -
YUV 182.46 89.93 111.98 -
System Red Green Blue C M Y K H S L
Decimal 160 207 115 0.23 0 0.44 0.19 90.65 0.49 0.63
Hex A0 CF 73 17 0 2C 13 5B 31 3F
Octal 240 317 163 27 0 54 23 133 61 77
Binary 10100000 11001111 1110011 10111 0 101100 10011 1011011 110001 111111

Color Harmonies of #A0CF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CF73

Black with #A0CF73

Text Example


Text Example

White with #A0CF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CF73; }

 p { color: rgb(160,207,115); }

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

background-color css

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

 a { background-color: rgb(160,207,115); }

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

border-color css

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

 span { border-color: rgb(160,207,115); }

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