Html Css Color HEX #A8E18D Feijoa

📋 copy color: '#A8E18D'

red 168 ◦ green 225 ◦ blue 141

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

Shades of Feijoa #A8E18D

Tints of Feijoa #A8E18D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.4%

R = 31.46%
G = 42.13%
B = 26.4%

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

#A8E18D (or 0xA8E18D) is known color: Feijoa. HEX triplet: A8, E1 and 8D. RGB value is (168,225,141). Sum of RGB (Red+Green+Blue) = 168+225+141=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E18D is #571E72. Grayscale: #C6C6C6. Windows color (decimal): -5709427 or 9298344. OLE color: 9298344.

HSL color Cylindrical-coordinate representation of color #A8E18D: hue angle of 100.71º 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 #A8E18D is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 225 141 -
CMYK 0.25 0 0.37 0.12
HSL 100.71º 0.58% 0.72% -
HSV(B) 100.71º 0.37% 0.88% -
XYZ 47.88 64.1 35.05 -
YUV 198.38 95.62 106.33 -
System Red Green Blue C M Y K H S L
Decimal 168 225 141 0.25 0 0.37 0.12 100.71 0.58 0.72
Hex A8 E1 8D 19 0 25 C 65 3A 48
Octal 250 341 215 31 0 45 14 145 72 110
Binary 10101000 11100001 10001101 11001 0 100101 1100 1100101 111010 1001000

Color Harmonies of #A8E18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E18D

Black with #A8E18D

Text Example


Text Example

White with #A8E18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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