Html Css Color HEX #A8E485 Feijoa

📋 copy color: '#A8E485'

red 168 ◦ green 228 ◦ blue 133

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

Shades of Feijoa #A8E485

Tints of Feijoa #A8E485

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.1%

 BLUE value IS 133 (52.34% from 255) = 25.14%

R = 31.76%
G = 43.1%
B = 25.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#A8E485 (or 0xA8E485) is known color: Feijoa. HEX triplet: A8, E4 and 85. RGB value is (168,228,133). Sum of RGB (Red+Green+Blue) = 168+228+133=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E485 is #571B7A. Grayscale: #C7C7C7. Windows color (decimal): -5708667 or 8774824. OLE color: 8774824.

HSL color Cylindrical-coordinate representation of color #A8E485: hue angle of 97.89º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8E485 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 228 133 -
CMYK 0.26 0 0.42 0.11
HSL 97.89º 0.64% 0.71% -
HSV(B) 97.89º 0.42% 0.89% -
XYZ 48.13 65.51 32.3 -
YUV 199.23 90.62 105.72 -
System Red Green Blue C M Y K H S L
Decimal 168 228 133 0.26 0 0.42 0.11 97.89 0.64 0.71
Hex A8 E4 85 1A 0 2A B 62 40 47
Octal 250 344 205 32 0 52 13 142 100 107
Binary 10101000 11100100 10000101 11010 0 101010 1011 1100010 1000000 1000111

Color Harmonies of #A8E485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E485

Black with #A8E485

Text Example


Text Example

White with #A8E485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E485; }

 p { color: rgb(168,228,133); }

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

background-color css

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

 a { background-color: rgb(168,228,133); }

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

border-color css

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

 span { border-color: rgb(168,228,133); }

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