Html Css Color HEX #A8E18E Feijoa

📋 copy color: '#A8E18E'

red 168 ◦ green 225 ◦ blue 142

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

Shades of Feijoa #A8E18E

Tints of Feijoa #A8E18E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.06%

 BLUE value IS 142 (55.86% from 255) = 26.54%

R = 31.4%
G = 42.06%
B = 26.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#A8E18E (or 0xA8E18E) is known color: Feijoa. HEX triplet: A8, E1 and 8E. RGB value is (168,225,142). Sum of RGB (Red+Green+Blue) = 168+225+142=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E18E is #571E71. Grayscale: #C6C6C6. Windows color (decimal): -5709426 or 9363880. OLE color: 9363880.

HSL color Cylindrical-coordinate representation of color #A8E18E: hue angle of 101.2º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8E18E is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 225 142 -
CMYK 0.25 0 0.37 0.12
HSL 101.2º 0.58% 0.72% -
HSV(B) 101.2º 0.37% 0.88% -
XYZ 47.96 64.13 35.44 -
YUV 198.5 96.12 106.25 -
System Red Green Blue C M Y K H S L
Decimal 168 225 142 0.25 0 0.37 0.12 101.2 0.58 0.72
Hex A8 E1 8E 19 0 25 C 65 3A 48
Octal 250 341 216 31 0 45 14 145 72 110
Binary 10101000 11100001 10001110 11001 0 100101 1100 1100101 111010 1001000

Color Harmonies of #A8E18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E18E

Black with #A8E18E

Text Example


Text Example

White with #A8E18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E18E; }

 p { color: rgb(168,225,142); }

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

background-color css

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

 a { background-color: rgb(168,225,142); }

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

border-color css

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

 span { border-color: rgb(168,225,142); }

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