Html Css Color HEX #A8EA7D Feijoa

📋 copy color: '#A8EA7D'

red 168 ◦ green 234 ◦ blue 125

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

Shades of Feijoa #A8EA7D

Tints of Feijoa #A8EA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.72%

R = 31.88%
G = 44.4%
B = 23.72%

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

#A8EA7D (or 0xA8EA7D) is known color: Feijoa. HEX triplet: A8, EA and 7D. RGB value is (168,234,125). Sum of RGB (Red+Green+Blue) = 168+234+125=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EA7D is #571582. Grayscale: #CACACA. Windows color (decimal): -5707139 or 8252072. OLE color: 8252072.

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

Color convert

RGB 168 234 125 -
CMYK 0.28 0 0.47 0.08
HSL 96.33º 0.72% 0.7% -
HSV(B) 96.33º 0.47% 0.92% -
XYZ 49.27 68.65 30.06 -
YUV 201.84 84.63 103.86 -
System Red Green Blue C M Y K H S L
Decimal 168 234 125 0.28 0 0.47 0.08 96.33 0.72 0.7
Hex A8 EA 7D 1C 0 2F 8 60 48 46
Octal 250 352 175 34 0 57 10 140 110 106
Binary 10101000 11101010 1111101 11100 0 101111 1000 1100000 1001000 1000110

Color Harmonies of #A8EA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EA7D

Black with #A8EA7D

Text Example


Text Example

White with #A8EA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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