Html Css Color HEX #A8D67C Feijoa

📋 copy color: '#A8D67C'

red 168 ◦ green 214 ◦ blue 124

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

Shades of Feijoa #A8D67C

Tints of Feijoa #A8D67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.51%

R = 33.2%
G = 42.29%
B = 24.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#A8D67C (or 0xA8D67C) is known color: Feijoa. HEX triplet: A8, D6 and 7C. RGB value is (168,214,124). Sum of RGB (Red+Green+Blue) = 168+214+124=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D67C is #572983. Grayscale: #BEBEBE. Windows color (decimal): -5712260 or 8181416. OLE color: 8181416.

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

Color convert

RGB 168 214 124 -
CMYK 0.21 0 0.42 0.16
HSL 90.67º 0.52% 0.66% -
HSV(B) 90.67º 0.42% 0.84% -
XYZ 43.83 57.87 27.93 -
YUV 189.99 90.76 112.32 -
System Red Green Blue C M Y K H S L
Decimal 168 214 124 0.21 0 0.42 0.16 90.67 0.52 0.66
Hex A8 D6 7C 15 0 2A 10 5B 34 42
Octal 250 326 174 25 0 52 20 133 64 102
Binary 10101000 11010110 1111100 10101 0 101010 10000 1011011 110100 1000010

Color Harmonies of #A8D67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D67C

Black with #A8D67C

Text Example


Text Example

White with #A8D67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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