Html Css Color HEX #A8DF6F Feijoa

📋 copy color: '#A8DF6F'

red 168 ◦ green 223 ◦ blue 111

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

Shades of Feijoa #A8DF6F

Tints of Feijoa #A8DF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.11%

R = 33.47%
G = 44.42%
B = 22.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#A8DF6F (or 0xA8DF6F) is known color: Feijoa. HEX triplet: A8, DF and 6F. RGB value is (168,223,111). Sum of RGB (Red+Green+Blue) = 168+223+111=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DF6F is #572090. Grayscale: #C2C2C2. Windows color (decimal): -5709969 or 7331752. OLE color: 7331752.

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

Color convert

RGB 168 223 111 -
CMYK 0.25 0 0.50 0.13
HSL 89.46º 0.64% 0.65% -
HSV(B) 89.46º 0.5% 0.87% -
XYZ 45.41 62.25 24.66 -
YUV 193.79 81.28 109.61 -
System Red Green Blue C M Y K H S L
Decimal 168 223 111 0.25 0 0.50 0.13 89.46 0.64 0.65
Hex A8 DF 6F 19 0 32 D 59 40 41
Octal 250 337 157 31 0 62 15 131 100 101
Binary 10101000 11011111 1101111 11001 0 110010 1101 1011001 1000000 1000001

Color Harmonies of #A8DF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DF6F

Black with #A8DF6F

Text Example


Text Example

White with #A8DF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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