Html Css Color HEX #A8D075 Feijoa

📋 copy color: '#A8D075'

red 168 ◦ green 208 ◦ blue 117

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

Shades of Feijoa #A8D075

Tints of Feijoa #A8D075

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.19%

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

R = 34.08%
G = 42.19%
B = 23.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#A8D075 (or 0xA8D075) is known color: Feijoa. HEX triplet: A8, D0 and 75. RGB value is (168,208,117). Sum of RGB (Red+Green+Blue) = 168+208+117=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D075 is #572F8A. Grayscale: #B9B9B9. Windows color (decimal): -5713803 or 7721128. OLE color: 7721128.

HSL color Cylindrical-coordinate representation of color #A8D075: hue angle of 86.37º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8D075 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 208 117 -
CMYK 0.19 0 0.44 0.18
HSL 86.37º 0.49% 0.64% -
HSV(B) 86.37º 0.44% 0.82% -
XYZ 41.92 54.72 25.18 -
YUV 185.67 89.25 115.4 -
System Red Green Blue C M Y K H S L
Decimal 168 208 117 0.19 0 0.44 0.18 86.37 0.49 0.64
Hex A8 D0 75 13 0 2C 12 56 31 40
Octal 250 320 165 23 0 54 22 126 61 100
Binary 10101000 11010000 1110101 10011 0 101100 10010 1010110 110001 1000000

Color Harmonies of #A8D075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D075

Black with #A8D075

Text Example


Text Example

White with #A8D075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D075; }

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

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

background-color css

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

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

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

border-color css

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

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

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