Html Css Color HEX #A8DF6D Feijoa

📋 copy color: '#A8DF6D'

red 168 ◦ green 223 ◦ blue 109

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

Shades of Feijoa #A8DF6D

Tints of Feijoa #A8DF6D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.6%

 BLUE value IS 109 (42.97% from 255) = 21.8%

R = 33.6%
G = 44.6%
B = 21.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#A8DF6D (or 0xA8DF6D) is known color: Feijoa. HEX triplet: A8, DF and 6D. RGB value is (168,223,109). Sum of RGB (Red+Green+Blue) = 168+223+109=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DF6D is #572092. Grayscale: #C1C1C1. Windows color (decimal): -5709971 or 7200680. OLE color: 7200680.

HSL color Cylindrical-coordinate representation of color #A8DF6D: hue angle of 88.95º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8DF6D is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 223 109 -
CMYK 0.25 0 0.51 0.13
HSL 88.95º 0.64% 0.65% -
HSV(B) 88.95º 0.51% 0.87% -
XYZ 45.3 62.2 24.09 -
YUV 193.56 80.28 109.77 -
System Red Green Blue C M Y K H S L
Decimal 168 223 109 0.25 0 0.51 0.13 88.95 0.64 0.65
Hex A8 DF 6D 19 0 33 D 59 40 41
Octal 250 337 155 31 0 63 15 131 100 101
Binary 10101000 11011111 1101101 11001 0 110011 1101 1011001 1000000 1000001

Color Harmonies of #A8DF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DF6D

Black with #A8DF6D

Text Example


Text Example

White with #A8DF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DF6D; }

 p { color: rgb(168,223,109); }

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

background-color css

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

 a { background-color: rgb(168,223,109); }

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

border-color css

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

 span { border-color: rgb(168,223,109); }

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