Html Css Color HEX #A8EA7C Feijoa

📋 copy color: '#A8EA7C'

red 168 ◦ green 234 ◦ blue 124

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

Shades of Feijoa #A8EA7C

Tints of Feijoa #A8EA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.57%

R = 31.94%
G = 44.49%
B = 23.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#A8EA7C (or 0xA8EA7C) is known color: Feijoa. HEX triplet: A8, EA and 7C. RGB value is (168,234,124). Sum of RGB (Red+Green+Blue) = 168+234+124=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EA7C is #571583. Grayscale: #CACACA. Windows color (decimal): -5707140 or 8186536. OLE color: 8186536.

HSL color Cylindrical-coordinate representation of color #A8EA7C: hue angle of 96º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8EA7C is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 234 124 -
CMYK 0.28 0 0.47 0.08
HSL 96º 0.72% 0.7% -
HSV(B) 96º 0.47% 0.92% -
XYZ 49.21 68.63 29.72 -
YUV 201.73 84.13 103.94 -
System Red Green Blue C M Y K H S L
Decimal 168 234 124 0.28 0 0.47 0.08 96 0.72 0.7
Hex A8 EA 7C 1C 0 2F 8 60 48 46
Octal 250 352 174 34 0 57 10 140 110 106
Binary 10101000 11101010 1111100 11100 0 101111 1000 1100000 1001000 1000110

Color Harmonies of #A8EA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EA7C

Black with #A8EA7C

Text Example


Text Example

White with #A8EA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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