Html Css Color HEX #A8E96D Feijoa

📋 copy color: '#A8E96D'

red 168 ◦ green 233 ◦ blue 109

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

Shades of Feijoa #A8E96D

Tints of Feijoa #A8E96D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.69%

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

R = 32.94%
G = 45.69%
B = 21.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#A8E96D (or 0xA8E96D) is known color: Feijoa. HEX triplet: A8, E9 and 6D. RGB value is (168,233,109). Sum of RGB (Red+Green+Blue) = 168+233+109=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #A8E96D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E96D is #571692. Grayscale: #C7C7C7. Windows color (decimal): -5707411 or 7203240. OLE color: 7203240.

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

Color convert

RGB 168 233 109 -
CMYK 0.28 0 0.53 0.09
HSL 91.45º 0.74% 0.67% -
HSV(B) 91.45º 0.53% 0.91% -
XYZ 48.05 67.71 25 -
YUV 199.43 76.97 105.58 -
System Red Green Blue C M Y K H S L
Decimal 168 233 109 0.28 0 0.53 0.09 91.45 0.74 0.67
Hex A8 E9 6D 1C 0 35 9 5B 4A 43
Octal 250 351 155 34 0 65 11 133 112 103
Binary 10101000 11101001 1101101 11100 0 110101 1001 1011011 1001010 1000011

Color Harmonies of #A8E96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E96D

Black with #A8E96D

Text Example


Text Example

White with #A8E96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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