Html Css Color HEX #A8E074 Feijoa

📋 copy color: '#A8E074'

red 168 ◦ green 224 ◦ blue 116

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

Shades of Feijoa #A8E074

Tints of Feijoa #A8E074

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.09%

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

R = 33.07%
G = 44.09%
B = 22.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#A8E074 (or 0xA8E074) is known color: Feijoa. HEX triplet: A8, E0 and 74. RGB value is (168,224,116). Sum of RGB (Red+Green+Blue) = 168+224+116=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E074 is #571F8B. Grayscale: #C3C3C3. Windows color (decimal): -5709708 or 7659688. OLE color: 7659688.

HSL color Cylindrical-coordinate representation of color #A8E074: hue angle of 91.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8E074 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 224 116 -
CMYK 0.25 0 0.48 0.12
HSL 91.11º 0.64% 0.67% -
HSV(B) 91.11º 0.48% 0.88% -
XYZ 45.96 62.9 26.24 -
YUV 194.94 83.45 108.78 -
System Red Green Blue C M Y K H S L
Decimal 168 224 116 0.25 0 0.48 0.12 91.11 0.64 0.67
Hex A8 E0 74 19 0 30 C 5B 40 43
Octal 250 340 164 31 0 60 14 133 100 103
Binary 10101000 11100000 1110100 11001 0 110000 1100 1011011 1000000 1000011

Color Harmonies of #A8E074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E074

Black with #A8E074

Text Example


Text Example

White with #A8E074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E074; }

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

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

background-color css

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

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

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

border-color css

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

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

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