Html Css Color HEX #A5E975 Feijoa

📋 copy color: '#A5E975'

red 165 ◦ green 233 ◦ blue 117

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

Shades of Feijoa #A5E975

Tints of Feijoa #A5E975

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.24%

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

R = 32.04%
G = 45.24%
B = 22.72%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#A5E975 (or 0xA5E975) is known color: Feijoa. HEX triplet: A5, E9 and 75. RGB value is (165,233,117). Sum of RGB (Red+Green+Blue) = 165+233+117=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E975 is #5A168A. Grayscale: #C7C7C7. Windows color (decimal): -5904011 or 7727525. OLE color: 7727525.

HSL color Cylindrical-coordinate representation of color #A5E975: hue angle of 95.17º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5E975 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 233 117 -
CMYK 0.29 0 0.50 0.09
HSL 95.17º 0.73% 0.69% -
HSV(B) 95.17º 0.5% 0.91% -
XYZ 47.87 67.56 27.35 -
YUV 199.44 81.47 103.43 -
System Red Green Blue C M Y K H S L
Decimal 165 233 117 0.29 0 0.50 0.09 95.17 0.73 0.69
Hex A5 E9 75 1D 0 32 9 5F 48 45
Octal 245 351 165 35 0 62 11 137 110 105
Binary 10100101 11101001 1110101 11101 0 110010 1001 1011111 1001000 1000101

Color Harmonies of #A5E975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E975

Black with #A5E975

Text Example


Text Example

White with #A5E975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E975; }

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

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

background-color css

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

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

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

border-color css

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

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

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