Html Css Color HEX #A8EC8A Feijoa

📋 copy color: '#A8EC8A'

red 168 ◦ green 236 ◦ blue 138

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

Shades of Feijoa #A8EC8A

Tints of Feijoa #A8EC8A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.54%

 BLUE value IS 138 (54.3% from 255) = 25.46%

R = 31%
G = 43.54%
B = 25.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#A8EC8A (or 0xA8EC8A) is known color: Feijoa. HEX triplet: A8, EC and 8A. RGB value is (168,236,138). Sum of RGB (Red+Green+Blue) = 168+236+138=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EC8A is #571375. Grayscale: #CCCCCC. Windows color (decimal): -5706614 or 9104552. OLE color: 9104552.

HSL color Cylindrical-coordinate representation of color #A8EC8A: hue angle of 101.63º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8EC8A is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 236 138 -
CMYK 0.29 0 0.42 0.07
HSL 101.63º 0.72% 0.73% -
HSV(B) 101.63º 0.42% 0.93% -
XYZ 50.73 70.15 34.91 -
YUV 204.5 90.47 101.97 -
System Red Green Blue C M Y K H S L
Decimal 168 236 138 0.29 0 0.42 0.07 101.63 0.72 0.73
Hex A8 EC 8A 1D 0 2A 7 66 48 49
Octal 250 354 212 35 0 52 7 146 110 111
Binary 10101000 11101100 10001010 11101 0 101010 111 1100110 1001000 1001001

Color Harmonies of #A8EC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EC8A

Black with #A8EC8A

Text Example


Text Example

White with #A8EC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EC8A; }

 p { color: rgb(168,236,138); }

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

background-color css

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

 a { background-color: rgb(168,236,138); }

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

border-color css

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

 span { border-color: rgb(168,236,138); }

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