Html Css Color HEX #A8E385 Feijoa

📋 copy color: '#A8E385'

red 168 ◦ green 227 ◦ blue 133

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

Shades of Feijoa #A8E385

Tints of Feijoa #A8E385

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.99%

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

R = 31.82%
G = 42.99%
B = 25.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#A8E385 (or 0xA8E385) is known color: Feijoa. HEX triplet: A8, E3 and 85. RGB value is (168,227,133). Sum of RGB (Red+Green+Blue) = 168+227+133=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E385 is #571C7A. Grayscale: #C6C6C6. Windows color (decimal): -5708923 or 8774568. OLE color: 8774568.

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

Color convert

RGB 168 227 133 -
CMYK 0.26 0 0.41 0.11
HSL 97.66º 0.63% 0.71% -
HSV(B) 97.66º 0.41% 0.89% -
XYZ 47.85 64.96 32.21 -
YUV 198.64 90.95 106.14 -
System Red Green Blue C M Y K H S L
Decimal 168 227 133 0.26 0 0.41 0.11 97.66 0.63 0.71
Hex A8 E3 85 1A 0 29 B 62 3F 47
Octal 250 343 205 32 0 51 13 142 77 107
Binary 10101000 11100011 10000101 11010 0 101001 1011 1100010 111111 1000111

Color Harmonies of #A8E385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E385

Black with #A8E385

Text Example


Text Example

White with #A8E385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E385; }

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

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

background-color css

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

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

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

border-color css

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

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

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