Html Css Color HEX #A5EA74 Feijoa

📋 copy color: '#A5EA74'

red 165 ◦ green 234 ◦ blue 116

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

Shades of Feijoa #A5EA74

Tints of Feijoa #A5EA74

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.44%

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

R = 32.04%
G = 45.44%
B = 22.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#A5EA74 (or 0xA5EA74) is known color: Feijoa. HEX triplet: A5, EA and 74. RGB value is (165,234,116). Sum of RGB (Red+Green+Blue) = 165+234+116=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EA74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5EA74 is #5A158B. Grayscale: #C8C8C8. Windows color (decimal): -5903756 or 7662245. OLE color: 7662245.

HSL color Cylindrical-coordinate representation of color #A5EA74: hue angle of 95.08º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5EA74 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 234 116 -
CMYK 0.29 0 0.50 0.08
HSL 95.08º 0.74% 0.69% -
HSV(B) 95.08º 0.5% 0.92% -
XYZ 48.09 68.11 27.13 -
YUV 199.92 80.64 103.09 -
System Red Green Blue C M Y K H S L
Decimal 165 234 116 0.29 0 0.50 0.08 95.08 0.74 0.69
Hex A5 EA 74 1D 0 32 8 5F 4A 45
Octal 245 352 164 35 0 62 10 137 112 105
Binary 10100101 11101010 1110100 11101 0 110010 1000 1011111 1001010 1000101

Color Harmonies of #A5EA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EA74

Black with #A5EA74

Text Example


Text Example

White with #A5EA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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