Html Css Color HEX #A8E16E Feijoa

📋 copy color: '#A8E16E'

red 168 ◦ green 225 ◦ blue 110

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

Shades of Feijoa #A8E16E

Tints of Feijoa #A8E16E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.73%

 BLUE value IS 110 (43.36% from 255) = 21.87%

R = 33.4%
G = 44.73%
B = 21.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#A8E16E (or 0xA8E16E) is known color: Feijoa. HEX triplet: A8, E1 and 6E. RGB value is (168,225,110). Sum of RGB (Red+Green+Blue) = 168+225+110=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E16E is #571E91. Grayscale: #C3C3C3. Windows color (decimal): -5709458 or 7266728. OLE color: 7266728.

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

Color convert

RGB 168 225 110 -
CMYK 0.25 0 0.51 0.12
HSL 89.74º 0.66% 0.66% -
HSV(B) 89.74º 0.51% 0.88% -
XYZ 45.89 63.3 24.55 -
YUV 194.85 80.12 108.85 -
System Red Green Blue C M Y K H S L
Decimal 168 225 110 0.25 0 0.51 0.12 89.74 0.66 0.66
Hex A8 E1 6E 19 0 33 C 5A 42 42
Octal 250 341 156 31 0 63 14 132 102 102
Binary 10101000 11100001 1101110 11001 0 110011 1100 1011010 1000010 1000010

Color Harmonies of #A8E16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E16E

Black with #A8E16E

Text Example


Text Example

White with #A8E16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E16E; }

 p { color: rgb(168,225,110); }

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

background-color css

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

 a { background-color: rgb(168,225,110); }

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

border-color css

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

 span { border-color: rgb(168,225,110); }

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