Html Css Color HEX #A8EA74 Feijoa

📋 copy color: '#A8EA74'

red 168 ◦ green 234 ◦ blue 116

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

Shades of Feijoa #A8EA74

Tints of Feijoa #A8EA74

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.17%

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

R = 32.43%
G = 45.17%
B = 22.39%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#A8EA74 (or 0xA8EA74) is known color: Feijoa. HEX triplet: A8, EA and 74. RGB value is (168,234,116). Sum of RGB (Red+Green+Blue) = 168+234+116=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EA74 is #57158B. Grayscale: #C9C9C9. Windows color (decimal): -5707148 or 7662248. OLE color: 7662248.

HSL color Cylindrical-coordinate representation of color #A8EA74: hue angle of 93.56º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8EA74 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 234 116 -
CMYK 0.28 0 0.50 0.08
HSL 93.56º 0.74% 0.69% -
HSV(B) 93.56º 0.5% 0.92% -
XYZ 48.72 68.43 27.16 -
YUV 200.81 80.13 104.59 -
System Red Green Blue C M Y K H S L
Decimal 168 234 116 0.28 0 0.50 0.08 93.56 0.74 0.69
Hex A8 EA 74 1C 0 32 8 5E 4A 45
Octal 250 352 164 34 0 62 10 136 112 105
Binary 10101000 11101010 1110100 11100 0 110010 1000 1011110 1001010 1000101

Color Harmonies of #A8EA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EA74

Black with #A8EA74

Text Example


Text Example

White with #A8EA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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