Html Css Color HEX #A8E470 Feijoa

📋 copy color: '#A8E470'

red 168 ◦ green 228 ◦ blue 112

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

Shades of Feijoa #A8E470

Tints of Feijoa #A8E470

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.88%

 BLUE value IS 112 (44.14% from 255) = 22.05%

R = 33.07%
G = 44.88%
B = 22.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#A8E470 (or 0xA8E470) is known color: Feijoa. HEX triplet: A8, E4 and 70. RGB value is (168,228,112). Sum of RGB (Red+Green+Blue) = 168+228+112=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 228 (89.45% from 255 or 44.88% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E470 is #571B8F. Grayscale: #C5C5C5. Windows color (decimal): -5708688 or 7398568. OLE color: 7398568.

HSL color Cylindrical-coordinate representation of color #A8E470: hue angle of 91.03º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8E470 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 228 112 -
CMYK 0.26 0 0.51 0.11
HSL 91.03º 0.68% 0.67% -
HSV(B) 91.03º 0.51% 0.89% -
XYZ 46.82 64.98 25.4 -
YUV 196.84 80.12 107.43 -
System Red Green Blue C M Y K H S L
Decimal 168 228 112 0.26 0 0.51 0.11 91.03 0.68 0.67
Hex A8 E4 70 1A 0 33 B 5B 44 43
Octal 250 344 160 32 0 63 13 133 104 103
Binary 10101000 11100100 1110000 11010 0 110011 1011 1011011 1000100 1000011

Color Harmonies of #A8E470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E470

Black with #A8E470

Text Example


Text Example

White with #A8E470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E470; }

 p { color: rgb(168,228,112); }

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

background-color css

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

 a { background-color: rgb(168,228,112); }

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

border-color css

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

 span { border-color: rgb(168,228,112); }

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