Html Css Color HEX #A8E574 Feijoa

📋 copy color: '#A8E574'

red 168 ◦ green 229 ◦ blue 116

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

Shades of Feijoa #A8E574

Tints of Feijoa #A8E574

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.64%

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

R = 32.75%
G = 44.64%
B = 22.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#A8E574 (or 0xA8E574) is known color: Feijoa. HEX triplet: A8, E5 and 74. RGB value is (168,229,116). Sum of RGB (Red+Green+Blue) = 168+229+116=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #A8E574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E574 is #571A8B. Grayscale: #C6C6C6. Windows color (decimal): -5708428 or 7660968. OLE color: 7660968.

HSL color Cylindrical-coordinate representation of color #A8E574: hue angle of 92.39º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8E574 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 229 116 -
CMYK 0.27 0 0.49 0.10
HSL 92.39º 0.68% 0.68% -
HSV(B) 92.39º 0.49% 0.9% -
XYZ 47.32 65.62 26.7 -
YUV 197.88 81.79 106.69 -
System Red Green Blue C M Y K H S L
Decimal 168 229 116 0.27 0 0.49 0.10 92.39 0.68 0.68
Hex A8 E5 74 1B 0 31 A 5C 44 44
Octal 250 345 164 33 0 61 12 134 104 104
Binary 10101000 11100101 1110100 11011 0 110001 1010 1011100 1000100 1000100

Color Harmonies of #A8E574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E574

Black with #A8E574

Text Example


Text Example

White with #A8E574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E574; }

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

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

background-color css

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

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

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

border-color css

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

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

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