Html Css Color HEX #A8E16D Feijoa

📋 copy color: '#A8E16D'

red 168 ◦ green 225 ◦ blue 109

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

Shades of Feijoa #A8E16D

Tints of Feijoa #A8E16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.71%

R = 33.47%
G = 44.82%
B = 21.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#A8E16D (or 0xA8E16D) is known color: Feijoa. HEX triplet: A8, E1 and 6D. RGB value is (168,225,109). Sum of RGB (Red+Green+Blue) = 168+225+109=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E16D is #571E92. Grayscale: #C3C3C3. Windows color (decimal): -5709459 or 7201192. OLE color: 7201192.

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

Color convert

RGB 168 225 109 -
CMYK 0.25 0 0.52 0.12
HSL 89.48º 0.66% 0.65% -
HSV(B) 89.48º 0.52% 0.88% -
XYZ 45.83 63.28 24.27 -
YUV 194.73 79.62 108.93 -
System Red Green Blue C M Y K H S L
Decimal 168 225 109 0.25 0 0.52 0.12 89.48 0.66 0.65
Hex A8 E1 6D 19 0 34 C 59 42 41
Octal 250 341 155 31 0 64 14 131 102 101
Binary 10101000 11100001 1101101 11001 0 110100 1100 1011001 1000010 1000001

Color Harmonies of #A8E16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E16D

Black with #A8E16D

Text Example


Text Example

White with #A8E16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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