Html Css Color HEX #A5E078 Feijoa

📋 copy color: '#A5E078'

red 165 ◦ green 224 ◦ blue 120

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

Shades of Feijoa #A5E078

Tints of Feijoa #A5E078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.58%

R = 32.42%
G = 44.01%
B = 23.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#A5E078 (or 0xA5E078) is known color: Feijoa. HEX triplet: A5, E0 and 78. RGB value is (165,224,120). Sum of RGB (Red+Green+Blue) = 165+224+120=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E078 is #5A1F87. Grayscale: #C2C2C2. Windows color (decimal): -5906312 or 7921829. OLE color: 7921829.

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

Color convert

RGB 165 224 120 -
CMYK 0.26 0 0.46 0.12
HSL 94.04º 0.63% 0.67% -
HSV(B) 94.04º 0.46% 0.88% -
XYZ 45.56 62.67 27.46 -
YUV 194.5 85.95 106.96 -
System Red Green Blue C M Y K H S L
Decimal 165 224 120 0.26 0 0.46 0.12 94.04 0.63 0.67
Hex A5 E0 78 1A 0 2E C 5E 3F 43
Octal 245 340 170 32 0 56 14 136 77 103
Binary 10100101 11100000 1111000 11010 0 101110 1100 1011110 111111 1000011

Color Harmonies of #A5E078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E078

Black with #A5E078

Text Example


Text Example

White with #A5E078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E078; }

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

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

background-color css

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

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

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

border-color css

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

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

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