Html Css Color HEX #A5E074 Feijoa

📋 copy color: '#A5E074'

red 165 ◦ green 224 ◦ blue 116

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

Shades of Feijoa #A5E074

Tints of Feijoa #A5E074

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.36%

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

R = 32.67%
G = 44.36%
B = 22.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#A5E074 (or 0xA5E074) is known color: Feijoa. HEX triplet: A5, E0 and 74. RGB value is (165,224,116). Sum of RGB (Red+Green+Blue) = 165+224+116=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E074 is #5A1F8B. Grayscale: #C2C2C2. Windows color (decimal): -5906316 or 7659685. OLE color: 7659685.

HSL color Cylindrical-coordinate representation of color #A5E074: hue angle of 92.78º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5E074 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 224 116 -
CMYK 0.26 0 0.48 0.12
HSL 92.78º 0.64% 0.67% -
HSV(B) 92.78º 0.48% 0.88% -
XYZ 45.33 62.57 26.21 -
YUV 194.05 83.95 107.28 -
System Red Green Blue C M Y K H S L
Decimal 165 224 116 0.26 0 0.48 0.12 92.78 0.64 0.67
Hex A5 E0 74 1A 0 30 C 5D 40 43
Octal 245 340 164 32 0 60 14 135 100 103
Binary 10100101 11100000 1110100 11010 0 110000 1100 1011101 1000000 1000011

Color Harmonies of #A5E074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E074

Black with #A5E074

Text Example


Text Example

White with #A5E074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E074; }

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

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

background-color css

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

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

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

border-color css

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

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

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