Html Css Color HEX #A8EA6D Feijoa

📋 copy color: '#A8EA6D'

red 168 ◦ green 234 ◦ blue 109

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

Shades of Feijoa #A8EA6D

Tints of Feijoa #A8EA6D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.79%

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

R = 32.88%
G = 45.79%
B = 21.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#A8EA6D (or 0xA8EA6D) is known color: Feijoa. HEX triplet: A8, EA and 6D. RGB value is (168,234,109). Sum of RGB (Red+Green+Blue) = 168+234+109=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EA6D is #571592. Grayscale: #C8C8C8. Windows color (decimal): -5707155 or 7203496. OLE color: 7203496.

HSL color Cylindrical-coordinate representation of color #A8EA6D: hue angle of 91.68º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8EA6D is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 234 109 -
CMYK 0.28 0 0.53 0.08
HSL 91.68º 0.75% 0.67% -
HSV(B) 91.68º 0.53% 0.92% -
XYZ 48.33 68.27 25.1 -
YUV 200.02 76.63 105.16 -
System Red Green Blue C M Y K H S L
Decimal 168 234 109 0.28 0 0.53 0.08 91.68 0.75 0.67
Hex A8 EA 6D 1C 0 35 8 5C 4B 43
Octal 250 352 155 34 0 65 10 134 113 103
Binary 10101000 11101010 1101101 11100 0 110101 1000 1011100 1001011 1000011

Color Harmonies of #A8EA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EA6D

Black with #A8EA6D

Text Example


Text Example

White with #A8EA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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