Html Css Color HEX #A8E07E Feijoa

📋 copy color: '#A8E07E'

red 168 ◦ green 224 ◦ blue 126

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

Shades of Feijoa #A8E07E

Tints of Feijoa #A8E07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.32%

R = 32.43%
G = 43.24%
B = 24.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#A8E07E (or 0xA8E07E) is known color: Feijoa. HEX triplet: A8, E0 and 7E. RGB value is (168,224,126). Sum of RGB (Red+Green+Blue) = 168+224+126=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E07E is #571F81. Grayscale: #C4C4C4. Windows color (decimal): -5709698 or 8315048. OLE color: 8315048.

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

Color convert

RGB 168 224 126 -
CMYK 0.25 0 0.44 0.12
HSL 94.29º 0.61% 0.69% -
HSV(B) 94.29º 0.44% 0.88% -
XYZ 46.57 63.14 29.47 -
YUV 196.08 88.45 107.97 -
System Red Green Blue C M Y K H S L
Decimal 168 224 126 0.25 0 0.44 0.12 94.29 0.61 0.69
Hex A8 E0 7E 19 0 2C C 5E 3D 45
Octal 250 340 176 31 0 54 14 136 75 105
Binary 10101000 11100000 1111110 11001 0 101100 1100 1011110 111101 1000101

Color Harmonies of #A8E07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E07E

Black with #A8E07E

Text Example


Text Example

White with #A8E07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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