Html Css Color HEX #A5E676 Feijoa

📋 copy color: '#A5E676'

red 165 ◦ green 230 ◦ blue 118

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

Shades of Feijoa #A5E676

Tints of Feijoa #A5E676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23%

R = 32.16%
G = 44.83%
B = 23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#A5E676 (or 0xA5E676) is known color: Feijoa. HEX triplet: A5, E6 and 76. RGB value is (165,230,118). Sum of RGB (Red+Green+Blue) = 165+230+118=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E676 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E676 is #5A1989. Grayscale: #C6C6C6. Windows color (decimal): -5904778 or 7792293. OLE color: 7792293.

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

Color convert

RGB 165 230 118 -
CMYK 0.28 0 0.49 0.10
HSL 94.82º 0.69% 0.68% -
HSV(B) 94.82º 0.49% 0.9% -
XYZ 47.08 65.9 27.38 -
YUV 197.8 82.97 104.61 -
System Red Green Blue C M Y K H S L
Decimal 165 230 118 0.28 0 0.49 0.10 94.82 0.69 0.68
Hex A5 E6 76 1C 0 31 A 5F 45 44
Octal 245 346 166 34 0 61 12 137 105 104
Binary 10100101 11100110 1110110 11100 0 110001 1010 1011111 1000101 1000100

Color Harmonies of #A5E676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E676

Black with #A5E676

Text Example


Text Example

White with #A5E676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E676; }

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

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

background-color css

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

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

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

border-color css

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

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

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