Html Css Color HEX #A8D775 Feijoa

📋 copy color: '#A8D775'

red 168 ◦ green 215 ◦ blue 117

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

Shades of Feijoa #A8D775

Tints of Feijoa #A8D775

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43%

 BLUE value IS 117 (46.09% from 255) = 23.4%

R = 33.6%
G = 43%
B = 23.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#A8D775 (or 0xA8D775) is known color: Feijoa. HEX triplet: A8, D7 and 75. RGB value is (168,215,117). Sum of RGB (Red+Green+Blue) = 168+215+117=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D775 is #57288A. Grayscale: #BEBEBE. Windows color (decimal): -5712011 or 7722920. OLE color: 7722920.

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

Color convert

RGB 168 215 117 -
CMYK 0.22 0 0.46 0.16
HSL 88.78º 0.55% 0.65% -
HSV(B) 88.78º 0.46% 0.84% -
XYZ 43.66 58.21 25.76 -
YUV 189.78 86.93 112.47 -
System Red Green Blue C M Y K H S L
Decimal 168 215 117 0.22 0 0.46 0.16 88.78 0.55 0.65
Hex A8 D7 75 16 0 2E 10 59 37 41
Octal 250 327 165 26 0 56 20 131 67 101
Binary 10101000 11010111 1110101 10110 0 101110 10000 1011001 110111 1000001

Color Harmonies of #A8D775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D775

Black with #A8D775

Text Example


Text Example

White with #A8D775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D775; }

 p { color: rgb(168,215,117); }

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

background-color css

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

 a { background-color: rgb(168,215,117); }

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

border-color css

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

 span { border-color: rgb(168,215,117); }

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