Html Css Color HEX #A8D074 Feijoa

📋 copy color: '#A8D074'

red 168 ◦ green 208 ◦ blue 116

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

Shades of Feijoa #A8D074

Tints of Feijoa #A8D074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.58%

R = 34.15%
G = 42.28%
B = 23.58%

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

#A8D074 (or 0xA8D074) is known color: Feijoa. HEX triplet: A8, D0 and 74. RGB value is (168,208,116). Sum of RGB (Red+Green+Blue) = 168+208+116=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D074 is #572F8B. Grayscale: #B9B9B9. Windows color (decimal): -5713804 or 7655592. OLE color: 7655592.

HSL color Cylindrical-coordinate representation of color #A8D074: hue angle of 86.09º 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 #A8D074 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 208 116 -
CMYK 0.19 0 0.44 0.18
HSL 86.09º 0.49% 0.64% -
HSV(B) 86.09º 0.44% 0.82% -
XYZ 41.86 54.7 24.87 -
YUV 185.55 88.75 115.48 -
System Red Green Blue C M Y K H S L
Decimal 168 208 116 0.19 0 0.44 0.18 86.09 0.49 0.64
Hex A8 D0 74 13 0 2C 12 56 31 40
Octal 250 320 164 23 0 54 22 126 61 100
Binary 10101000 11010000 1110100 10011 0 101100 10010 1010110 110001 1000000

Color Harmonies of #A8D074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D074

Black with #A8D074

Text Example


Text Example

White with #A8D074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D074; }

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

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

background-color css

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

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

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

border-color css

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

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

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