Html Css Color HEX #A8D575 Feijoa

📋 copy color: '#A8D575'

red 168 ◦ green 213 ◦ blue 117

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

Shades of Feijoa #A8D575

Tints of Feijoa #A8D575

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.77%

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

R = 33.73%
G = 42.77%
B = 23.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#A8D575 (or 0xA8D575) is known color: Feijoa. HEX triplet: A8, D5 and 75. RGB value is (168,213,117). Sum of RGB (Red+Green+Blue) = 168+213+117=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D575 is #572A8A. Grayscale: #BCBCBC. Windows color (decimal): -5712523 or 7722408. OLE color: 7722408.

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

Color convert

RGB 168 213 117 -
CMYK 0.21 0 0.45 0.16
HSL 88.13º 0.53% 0.65% -
HSV(B) 88.13º 0.45% 0.84% -
XYZ 43.15 57.2 25.6 -
YUV 188.6 87.59 113.31 -
System Red Green Blue C M Y K H S L
Decimal 168 213 117 0.21 0 0.45 0.16 88.13 0.53 0.65
Hex A8 D5 75 15 0 2D 10 58 35 41
Octal 250 325 165 25 0 55 20 130 65 101
Binary 10101000 11010101 1110101 10101 0 101101 10000 1011000 110101 1000001

Color Harmonies of #A8D575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D575

Black with #A8D575

Text Example


Text Example

White with #A8D575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D575; }

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

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

background-color css

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

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

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

border-color css

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

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

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