Html Css Color HEX #A8DC72 Feijoa

📋 copy color: '#A8DC72'

red 168 ◦ green 220 ◦ blue 114

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

Shades of Feijoa #A8DC72

Tints of Feijoa #A8DC72

RGB

 RED value IS 168 (66.02% from 255) = 33.47%

 GREEN value IS 220 (86.33% from 255) = 43.82%

 BLUE value IS 114 (44.92% from 255) = 22.71%

R = 33.47%
G = 43.82%
B = 22.71%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#A8DC72 (or 0xA8DC72) is known color: Feijoa. HEX triplet: A8, DC and 72. RGB value is (168,220,114). Sum of RGB (Red+Green+Blue) = 168+220+114=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DC72 is #57238D. Grayscale: #C0C0C0. Windows color (decimal): -5710734 or 7527592. OLE color: 7527592.

HSL color Cylindrical-coordinate representation of color #A8DC72: hue angle of 89.43º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8DC72 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 220 114 -
CMYK 0.24 0 0.48 0.14
HSL 89.43º 0.6% 0.65% -
HSV(B) 89.43º 0.48% 0.86% -
XYZ 44.78 60.73 25.28 -
YUV 192.37 83.77 110.62 -
System Red Green Blue C M Y K H S L
Decimal 168 220 114 0.24 0 0.48 0.14 89.43 0.6 0.65
Hex A8 DC 72 18 0 30 E 59 3C 41
Octal 250 334 162 30 0 60 16 131 74 101
Binary 10101000 11011100 1110010 11000 0 110000 1110 1011001 111100 1000001

Color Harmonies of #A8DC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DC72

Black with #A8DC72

Text Example


Text Example

White with #A8DC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DC72; }

 p { color: rgb(168,220,114); }

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

background-color css

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

 a { background-color: rgb(168,220,114); }

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

border-color css

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

 span { border-color: rgb(168,220,114); }

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