Html Css Color HEX #A8D672 Feijoa

📋 copy color: '#A8D672'

red 168 ◦ green 214 ◦ blue 114

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

Shades of Feijoa #A8D672

Tints of Feijoa #A8D672

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.15%

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

R = 33.87%
G = 43.15%
B = 22.98%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#A8D672 (or 0xA8D672) is known color: Feijoa. HEX triplet: A8, D6 and 72. RGB value is (168,214,114). Sum of RGB (Red+Green+Blue) = 168+214+114=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D672 is #57298D. Grayscale: #BDBDBD. Windows color (decimal): -5712270 or 7526056. OLE color: 7526056.

HSL color Cylindrical-coordinate representation of color #A8D672: hue angle of 87.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8D672 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 214 114 -
CMYK 0.21 0 0.47 0.16
HSL 87.6º 0.55% 0.64% -
HSV(B) 87.6º 0.47% 0.84% -
XYZ 43.23 57.63 24.77 -
YUV 188.85 85.76 113.13 -
System Red Green Blue C M Y K H S L
Decimal 168 214 114 0.21 0 0.47 0.16 87.6 0.55 0.64
Hex A8 D6 72 15 0 2F 10 58 37 40
Octal 250 326 162 25 0 57 20 130 67 100
Binary 10101000 11010110 1110010 10101 0 101111 10000 1011000 110111 1000000

Color Harmonies of #A8D672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D672

Black with #A8D672

Text Example


Text Example

White with #A8D672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D672; }

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

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

background-color css

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

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

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

border-color css

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

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

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