Html Css Color HEX #A8EA82 Feijoa

📋 copy color: '#A8EA82'

red 168 ◦ green 234 ◦ blue 130

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

Shades of Feijoa #A8EA82

Tints of Feijoa #A8EA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.44%

R = 31.58%
G = 43.98%
B = 24.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#A8EA82 (or 0xA8EA82) is known color: Feijoa. HEX triplet: A8, EA and 82. RGB value is (168,234,130). Sum of RGB (Red+Green+Blue) = 168+234+130=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EA82 is #57157D. Grayscale: #CACACA. Windows color (decimal): -5707134 or 8579752. OLE color: 8579752.

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

Color convert

RGB 168 234 130 -
CMYK 0.28 0 0.44 0.08
HSL 98.08º 0.71% 0.71% -
HSV(B) 98.08º 0.44% 0.92% -
XYZ 49.6 68.78 31.78 -
YUV 202.41 87.13 103.46 -
System Red Green Blue C M Y K H S L
Decimal 168 234 130 0.28 0 0.44 0.08 98.08 0.71 0.71
Hex A8 EA 82 1C 0 2C 8 62 47 47
Octal 250 352 202 34 0 54 10 142 107 107
Binary 10101000 11101010 10000010 11100 0 101100 1000 1100010 1000111 1000111

Color Harmonies of #A8EA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EA82

Black with #A8EA82

Text Example


Text Example

White with #A8EA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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