Html Css Color HEX #A8EA6F Feijoa

📋 copy color: '#A8EA6F'

red 168 ◦ green 234 ◦ blue 111

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

Shades of Feijoa #A8EA6F

Tints of Feijoa #A8EA6F

RGB

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

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

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

R = 32.75%
G = 45.61%
B = 21.64%

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

#A8EA6F (or 0xA8EA6F) is known color: Feijoa. HEX triplet: A8, EA and 6F. RGB value is (168,234,111). Sum of RGB (Red+Green+Blue) = 168+234+111=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EA6F is #571590. Grayscale: #C8C8C8. Windows color (decimal): -5707153 or 7334568. OLE color: 7334568.

HSL color Cylindrical-coordinate representation of color #A8EA6F: hue angle of 92.2º degrees, saturation: 0.75, 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 #A8EA6F is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 234 111 -
CMYK 0.28 0 0.53 0.08
HSL 92.2º 0.75% 0.68% -
HSV(B) 92.2º 0.53% 0.92% -
XYZ 48.44 68.32 25.67 -
YUV 200.24 77.63 105 -
System Red Green Blue C M Y K H S L
Decimal 168 234 111 0.28 0 0.53 0.08 92.2 0.75 0.68
Hex A8 EA 6F 1C 0 35 8 5C 4B 44
Octal 250 352 157 34 0 65 10 134 113 104
Binary 10101000 11101010 1101111 11100 0 110101 1000 1011100 1001011 1000100

Color Harmonies of #A8EA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EA6F

Black with #A8EA6F

Text Example


Text Example

White with #A8EA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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