Html Css Color HEX #A8E676 Feijoa

📋 copy color: '#A8E676'

red 168 ◦ green 230 ◦ blue 118

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

Shades of Feijoa #A8E676

Tints of Feijoa #A8E676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.87%

R = 32.56%
G = 44.57%
B = 22.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#A8E676 (or 0xA8E676) is known color: Feijoa. HEX triplet: A8, E6 and 76. RGB value is (168,230,118). Sum of RGB (Red+Green+Blue) = 168+230+118=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E676 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E676 is #571989. Grayscale: #C7C7C7. Windows color (decimal): -5708170 or 7792296. OLE color: 7792296.

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

Color convert

RGB 168 230 118 -
CMYK 0.27 0 0.49 0.10
HSL 93.21º 0.69% 0.68% -
HSV(B) 93.21º 0.49% 0.9% -
XYZ 47.72 66.23 27.41 -
YUV 198.69 82.46 106.11 -
System Red Green Blue C M Y K H S L
Decimal 168 230 118 0.27 0 0.49 0.10 93.21 0.69 0.68
Hex A8 E6 76 1B 0 31 A 5D 45 44
Octal 250 346 166 33 0 61 12 135 105 104
Binary 10101000 11100110 1110110 11011 0 110001 1010 1011101 1000101 1000100

Color Harmonies of #A8E676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E676

Black with #A8E676

Text Example


Text Example

White with #A8E676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E676; }

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

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

background-color css

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

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

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

border-color css

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

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

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