Html Css Color HEX #A5D675 Feijoa

📋 copy color: '#A5D675'

red 165 ◦ green 214 ◦ blue 117

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

Shades of Feijoa #A5D675

Tints of Feijoa #A5D675

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.15%

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

R = 33.27%
G = 43.15%
B = 23.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#A5D675 (or 0xA5D675) is known color: Feijoa. HEX triplet: A5, D6 and 75. RGB value is (165,214,117). Sum of RGB (Red+Green+Blue) = 165+214+117=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D675 is #5A298A. Grayscale: #BCBCBC. Windows color (decimal): -5908875 or 7722661. OLE color: 7722661.

HSL color Cylindrical-coordinate representation of color #A5D675: hue angle of 90.31º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5D675 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 214 117 -
CMYK 0.23 0 0.45 0.16
HSL 90.31º 0.54% 0.65% -
HSV(B) 90.31º 0.45% 0.84% -
XYZ 42.77 57.38 25.65 -
YUV 188.29 87.77 111.39 -
System Red Green Blue C M Y K H S L
Decimal 165 214 117 0.23 0 0.45 0.16 90.31 0.54 0.65
Hex A5 D6 75 17 0 2D 10 5A 36 41
Octal 245 326 165 27 0 55 20 132 66 101
Binary 10100101 11010110 1110101 10111 0 101101 10000 1011010 110110 1000001

Color Harmonies of #A5D675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D675

Black with #A5D675

Text Example


Text Example

White with #A5D675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D675; }

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

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

background-color css

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

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

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

border-color css

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

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

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