Html Css Color HEX #A8E66D Feijoa

📋 copy color: '#A8E66D'

red 168 ◦ green 230 ◦ blue 109

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

Shades of Feijoa #A8E66D

Tints of Feijoa #A8E66D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.36%

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

R = 33.14%
G = 45.36%
B = 21.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#A8E66D (or 0xA8E66D) is known color: Feijoa. HEX triplet: A8, E6 and 6D. RGB value is (168,230,109). Sum of RGB (Red+Green+Blue) = 168+230+109=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E66D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E66D is #571992. Grayscale: #C6C6C6. Windows color (decimal): -5708179 or 7202472. OLE color: 7202472.

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

Color convert

RGB 168 230 109 -
CMYK 0.27 0 0.53 0.10
HSL 90.74º 0.71% 0.66% -
HSV(B) 90.74º 0.53% 0.9% -
XYZ 47.21 66.02 24.72 -
YUV 197.67 77.96 106.84 -
System Red Green Blue C M Y K H S L
Decimal 168 230 109 0.27 0 0.53 0.10 90.74 0.71 0.66
Hex A8 E6 6D 1B 0 35 A 5B 47 42
Octal 250 346 155 33 0 65 12 133 107 102
Binary 10101000 11100110 1101101 11011 0 110101 1010 1011011 1000111 1000010

Color Harmonies of #A8E66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E66D

Black with #A8E66D

Text Example


Text Example

White with #A8E66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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