Html Css Color HEX #A8EB6C Feijoa

📋 copy color: '#A8EB6C'

red 168 ◦ green 235 ◦ blue 108

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

Shades of Feijoa #A8EB6C

Tints of Feijoa #A8EB6C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.99%

 BLUE value IS 108 (42.58% from 255) = 21.14%

R = 32.88%
G = 45.99%
B = 21.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#A8EB6C (or 0xA8EB6C) is known color: Feijoa. HEX triplet: A8, EB and 6C. RGB value is (168,235,108). Sum of RGB (Red+Green+Blue) = 168+235+108=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EB6C is #571493. Grayscale: #C8C8C8. Windows color (decimal): -5706900 or 7138216. OLE color: 7138216.

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

Color convert

RGB 168 235 108 -
CMYK 0.29 0 0.54 0.08
HSL 91.65º 0.76% 0.67% -
HSV(B) 91.65º 0.54% 0.92% -
XYZ 48.56 68.82 24.91 -
YUV 200.49 75.8 104.83 -
System Red Green Blue C M Y K H S L
Decimal 168 235 108 0.29 0 0.54 0.08 91.65 0.76 0.67
Hex A8 EB 6C 1D 0 36 8 5C 4C 43
Octal 250 353 154 35 0 66 10 134 114 103
Binary 10101000 11101011 1101100 11101 0 110110 1000 1011100 1001100 1000011

Color Harmonies of #A8EB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EB6C

Black with #A8EB6C

Text Example


Text Example

White with #A8EB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EB6C; }

 p { color: rgb(168,235,108); }

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

background-color css

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

 a { background-color: rgb(168,235,108); }

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

border-color css

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

 span { border-color: rgb(168,235,108); }

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