Html Css Color HEX #A5E385 Feijoa

📋 copy color: '#A5E385'

red 165 ◦ green 227 ◦ blue 133

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

Shades of Feijoa #A5E385

Tints of Feijoa #A5E385

RGB

 RED value IS 165 (64.84% from 255) = 31.43%

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

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

R = 31.43%
G = 43.24%
B = 25.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#A5E385 (or 0xA5E385) is known color: Feijoa. HEX triplet: A5, E3 and 85. RGB value is (165,227,133). Sum of RGB (Red+Green+Blue) = 165+227+133=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 227 (89.06% from 255 or 43.24% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E385 is #5A1C7A. Grayscale: #C6C6C6. Windows color (decimal): -5905531 or 8774565. OLE color: 8774565.

HSL color Cylindrical-coordinate representation of color #A5E385: hue angle of 99.57º 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 #A5E385 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 227 133 -
CMYK 0.27 0 0.41 0.11
HSL 99.57º 0.63% 0.71% -
HSV(B) 99.57º 0.41% 0.89% -
XYZ 47.22 64.63 32.18 -
YUV 197.75 91.46 104.64 -
System Red Green Blue C M Y K H S L
Decimal 165 227 133 0.27 0 0.41 0.11 99.57 0.63 0.71
Hex A5 E3 85 1B 0 29 B 64 3F 47
Octal 245 343 205 33 0 51 13 144 77 107
Binary 10100101 11100011 10000101 11011 0 101001 1011 1100100 111111 1000111

Color Harmonies of #A5E385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E385

Black with #A5E385

Text Example


Text Example

White with #A5E385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E385; }

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

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

background-color css

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

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

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

border-color css

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

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

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