Html Css Color HEX #A8DF76 Feijoa

📋 copy color: '#A8DF76'

red 168 ◦ green 223 ◦ blue 118

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

Shades of Feijoa #A8DF76

Tints of Feijoa #A8DF76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.18%

R = 33.01%
G = 43.81%
B = 23.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#A8DF76 (or 0xA8DF76) is known color: Feijoa. HEX triplet: A8, DF and 76. RGB value is (168,223,118). Sum of RGB (Red+Green+Blue) = 168+223+118=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DF76 is #572089. Grayscale: #C2C2C2. Windows color (decimal): -5709962 or 7790504. OLE color: 7790504.

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

Color convert

RGB 168 223 118 -
CMYK 0.25 0 0.47 0.13
HSL 91.43º 0.62% 0.67% -
HSV(B) 91.43º 0.47% 0.87% -
XYZ 45.81 62.41 26.77 -
YUV 194.59 84.78 109.04 -
System Red Green Blue C M Y K H S L
Decimal 168 223 118 0.25 0 0.47 0.13 91.43 0.62 0.67
Hex A8 DF 76 19 0 2F D 5B 3E 43
Octal 250 337 166 31 0 57 15 133 76 103
Binary 10101000 11011111 1110110 11001 0 101111 1101 1011011 111110 1000011

Color Harmonies of #A8DF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DF76

Black with #A8DF76

Text Example


Text Example

White with #A8DF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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