Html Css Color HEX #A5E678 Feijoa

📋 copy color: '#A5E678'

red 165 ◦ green 230 ◦ blue 120

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

Shades of Feijoa #A5E678

Tints of Feijoa #A5E678

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.66%

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

R = 32.04%
G = 44.66%
B = 23.3%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#A5E678 (or 0xA5E678) is known color: Feijoa. HEX triplet: A5, E6 and 78. RGB value is (165,230,120). Sum of RGB (Red+Green+Blue) = 165+230+120=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 230 (90.23% from 255 or 44.66% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E678 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E678 is #5A1987. Grayscale: #C6C6C6. Windows color (decimal): -5904776 or 7923365. OLE color: 7923365.

HSL color Cylindrical-coordinate representation of color #A5E678: hue angle of 95.45º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5E678 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 230 120 -
CMYK 0.28 0 0.48 0.10
HSL 95.45º 0.69% 0.69% -
HSV(B) 95.45º 0.48% 0.9% -
XYZ 47.2 65.95 28.01 -
YUV 198.03 83.97 104.44 -
System Red Green Blue C M Y K H S L
Decimal 165 230 120 0.28 0 0.48 0.10 95.45 0.69 0.69
Hex A5 E6 78 1C 0 30 A 5F 45 45
Octal 245 346 170 34 0 60 12 137 105 105
Binary 10100101 11100110 1111000 11100 0 110000 1010 1011111 1000101 1000101

Color Harmonies of #A5E678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E678

Black with #A5E678

Text Example


Text Example

White with #A5E678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E678; }

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

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

background-color css

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

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

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

border-color css

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

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

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