Html Css Color HEX #A8EB6F Feijoa

📋 copy color: '#A8EB6F'

red 168 ◦ green 235 ◦ blue 111

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

Shades of Feijoa #A8EB6F

Tints of Feijoa #A8EB6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.6%

R = 32.68%
G = 45.72%
B = 21.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#A8EB6F (or 0xA8EB6F) is known color: Feijoa. HEX triplet: A8, EB and 6F. RGB value is (168,235,111). Sum of RGB (Red+Green+Blue) = 168+235+111=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 235 (92.19% from 255 or 45.72% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EB6F is #571490. Grayscale: #C9C9C9. Windows color (decimal): -5706897 or 7334824. OLE color: 7334824.

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

Color convert

RGB 168 235 111 -
CMYK 0.29 0 0.53 0.08
HSL 92.42º 0.76% 0.68% -
HSV(B) 92.42º 0.53% 0.92% -
XYZ 48.73 68.89 25.77 -
YUV 200.83 77.3 104.58 -
System Red Green Blue C M Y K H S L
Decimal 168 235 111 0.29 0 0.53 0.08 92.42 0.76 0.68
Hex A8 EB 6F 1D 0 35 8 5C 4C 44
Octal 250 353 157 35 0 65 10 134 114 104
Binary 10101000 11101011 1101111 11101 0 110101 1000 1011100 1001100 1000100

Color Harmonies of #A8EB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EB6F

Black with #A8EB6F

Text Example


Text Example

White with #A8EB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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