Html Css Color HEX #A8E18A Feijoa

📋 copy color: '#A8E18A'

red 168 ◦ green 225 ◦ blue 138

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

Shades of Feijoa #A8E18A

Tints of Feijoa #A8E18A

RGB

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

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

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

R = 31.64%
G = 42.37%
B = 25.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#A8E18A (or 0xA8E18A) is known color: Feijoa. HEX triplet: A8, E1 and 8A. RGB value is (168,225,138). Sum of RGB (Red+Green+Blue) = 168+225+138=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E18A is #571E75. Grayscale: #C6C6C6. Windows color (decimal): -5709430 or 9101736. OLE color: 9101736.

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

Color convert

RGB 168 225 138 -
CMYK 0.25 0 0.39 0.12
HSL 99.31º 0.59% 0.71% -
HSV(B) 99.31º 0.39% 0.88% -
XYZ 47.66 64.01 33.89 -
YUV 198.04 94.12 106.57 -
System Red Green Blue C M Y K H S L
Decimal 168 225 138 0.25 0 0.39 0.12 99.31 0.59 0.71
Hex A8 E1 8A 19 0 27 C 63 3B 47
Octal 250 341 212 31 0 47 14 143 73 107
Binary 10101000 11100001 10001010 11001 0 100111 1100 1100011 111011 1000111

Color Harmonies of #A8E18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E18A

Black with #A8E18A

Text Example


Text Example

White with #A8E18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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