Html Css Color HEX #A5EC74 Feijoa

📋 copy color: '#A5EC74'

red 165 ◦ green 236 ◦ blue 116

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

Shades of Feijoa #A5EC74

Tints of Feijoa #A5EC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.44%

R = 31.91%
G = 45.65%
B = 22.44%

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

#A5EC74 (or 0xA5EC74) is known color: Feijoa. HEX triplet: A5, EC and 74. RGB value is (165,236,116). Sum of RGB (Red+Green+Blue) = 165+236+116=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #A5EC74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5EC74 is #5A138B. Grayscale: #C9C9C9. Windows color (decimal): -5903244 or 7662757. OLE color: 7662757.

HSL color Cylindrical-coordinate representation of color #A5EC74: hue angle of 95.5º 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 #A5EC74 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 236 116 -
CMYK 0.30 0 0.51 0.07
HSL 95.5º 0.76% 0.69% -
HSV(B) 95.5º 0.51% 0.93% -
XYZ 48.66 69.25 27.32 -
YUV 201.09 79.98 102.26 -
System Red Green Blue C M Y K H S L
Decimal 165 236 116 0.30 0 0.51 0.07 95.5 0.76 0.69
Hex A5 EC 74 1E 0 33 7 60 4C 45
Octal 245 354 164 36 0 63 7 140 114 105
Binary 10100101 11101100 1110100 11110 0 110011 111 1100000 1001100 1000101

Color Harmonies of #A5EC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EC74

Black with #A5EC74

Text Example


Text Example

White with #A5EC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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