Html Css Color HEX #A5E775 Feijoa

📋 copy color: '#A5E775'

red 165 ◦ green 231 ◦ blue 117

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

Shades of Feijoa #A5E775

Tints of Feijoa #A5E775

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.03%

 BLUE value IS 117 (46.09% from 255) = 22.81%

R = 32.16%
G = 45.03%
B = 22.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#A5E775 (or 0xA5E775) is known color: Feijoa. HEX triplet: A5, E7 and 75. RGB value is (165,231,117). Sum of RGB (Red+Green+Blue) = 165+231+117=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 231 (90.62% from 255 or 45.03% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E775 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E775 is #5A188A. Grayscale: #C6C6C6. Windows color (decimal): -5904523 or 7727013. OLE color: 7727013.

HSL color Cylindrical-coordinate representation of color #A5E775: hue angle of 94.74º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5E775 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 231 117 -
CMYK 0.29 0 0.49 0.09
HSL 94.74º 0.7% 0.68% -
HSV(B) 94.74º 0.49% 0.91% -
XYZ 47.3 66.44 27.16 -
YUV 198.27 82.13 104.27 -
System Red Green Blue C M Y K H S L
Decimal 165 231 117 0.29 0 0.49 0.09 94.74 0.7 0.68
Hex A5 E7 75 1D 0 31 9 5F 46 44
Octal 245 347 165 35 0 61 11 137 106 104
Binary 10100101 11100111 1110101 11101 0 110001 1001 1011111 1000110 1000100

Color Harmonies of #A5E775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E775

Black with #A5E775

Text Example


Text Example

White with #A5E775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E775; }

 p { color: rgb(165,231,117); }

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

background-color css

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

 a { background-color: rgb(165,231,117); }

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

border-color css

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

 span { border-color: rgb(165,231,117); }

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