Html Css Color HEX #A5EC73 Feijoa

📋 copy color: '#A5EC73'

red 165 ◦ green 236 ◦ blue 115

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

Shades of Feijoa #A5EC73

Tints of Feijoa #A5EC73

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.74%

 BLUE value IS 115 (45.31% from 255) = 22.29%

R = 31.98%
G = 45.74%
B = 22.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#A5EC73 (or 0xA5EC73) is known color: Feijoa. HEX triplet: A5, EC and 73. RGB value is (165,236,115). Sum of RGB (Red+Green+Blue) = 165+236+115=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 115 (45.31% from 255 or 22.29% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #A5EC73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5EC73 is #5A138C. Grayscale: #C9C9C9. Windows color (decimal): -5903245 or 7597221. OLE color: 7597221.

HSL color Cylindrical-coordinate representation of color #A5EC73: hue angle of 95.21º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5EC73 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 236 115 -
CMYK 0.30 0 0.51 0.07
HSL 95.21º 0.76% 0.69% -
HSV(B) 95.21º 0.51% 0.93% -
XYZ 48.61 69.23 27.02 -
YUV 200.98 79.48 102.34 -
System Red Green Blue C M Y K H S L
Decimal 165 236 115 0.30 0 0.51 0.07 95.21 0.76 0.69
Hex A5 EC 73 1E 0 33 7 5F 4C 45
Octal 245 354 163 36 0 63 7 137 114 105
Binary 10100101 11101100 1110011 11110 0 110011 111 1011111 1001100 1000101

Color Harmonies of #A5EC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EC73

Black with #A5EC73

Text Example


Text Example

White with #A5EC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EC73; }

 p { color: rgb(165,236,115); }

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

background-color css

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

 a { background-color: rgb(165,236,115); }

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

border-color css

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

 span { border-color: rgb(165,236,115); }

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