Html Css Color HEX #A5CF79 Feijoa

📋 copy color: '#A5CF79'

red 165 ◦ green 207 ◦ blue 121

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

Shades of Feijoa #A5CF79

Tints of Feijoa #A5CF79

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.99%

 BLUE value IS 121 (47.66% from 255) = 24.54%

R = 33.47%
G = 41.99%
B = 24.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#A5CF79 (or 0xA5CF79) is known color: Feijoa. HEX triplet: A5, CF and 79. RGB value is (165,207,121). Sum of RGB (Red+Green+Blue) = 165+207+121=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CF79 is #5A3086. Grayscale: #B8B8B8. Windows color (decimal): -5910663 or 7983013. OLE color: 7983013.

HSL color Cylindrical-coordinate representation of color #A5CF79: hue angle of 89.3º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5CF79 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 207 121 -
CMYK 0.20 0 0.42 0.19
HSL 89.3º 0.47% 0.64% -
HSV(B) 89.3º 0.42% 0.81% -
XYZ 41.28 54.01 26.34 -
YUV 184.64 92.09 113.99 -
System Red Green Blue C M Y K H S L
Decimal 165 207 121 0.20 0 0.42 0.19 89.3 0.47 0.64
Hex A5 CF 79 14 0 2A 13 59 2F 40
Octal 245 317 171 24 0 52 23 131 57 100
Binary 10100101 11001111 1111001 10100 0 101010 10011 1011001 101111 1000000

Color Harmonies of #A5CF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CF79

Black with #A5CF79

Text Example


Text Example

White with #A5CF79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CF79; }

 p { color: rgb(165,207,121); }

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

background-color css

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

 a { background-color: rgb(165,207,121); }

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

border-color css

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

 span { border-color: rgb(165,207,121); }

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