Html Css Color HEX #A5DC7C Feijoa

📋 copy color: '#A5DC7C'

red 165 ◦ green 220 ◦ blue 124

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

Shades of Feijoa #A5DC7C

Tints of Feijoa #A5DC7C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.22%

 BLUE value IS 124 (48.83% from 255) = 24.36%

R = 32.42%
G = 43.22%
B = 24.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#A5DC7C (or 0xA5DC7C) is known color: Feijoa. HEX triplet: A5, DC and 7C. RGB value is (165,220,124). Sum of RGB (Red+Green+Blue) = 165+220+124=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DC7C is #5A2383. Grayscale: #C0C0C0. Windows color (decimal): -5907332 or 8182949. OLE color: 8182949.

HSL color Cylindrical-coordinate representation of color #A5DC7C: hue angle of 94.38º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5DC7C is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 220 124 -
CMYK 0.25 0 0.44 0.14
HSL 94.38º 0.58% 0.67% -
HSV(B) 94.38º 0.44% 0.86% -
XYZ 44.75 60.64 28.42 -
YUV 192.61 89.28 108.31 -
System Red Green Blue C M Y K H S L
Decimal 165 220 124 0.25 0 0.44 0.14 94.38 0.58 0.67
Hex A5 DC 7C 19 0 2C E 5E 3A 43
Octal 245 334 174 31 0 54 16 136 72 103
Binary 10100101 11011100 1111100 11001 0 101100 1110 1011110 111010 1000011

Color Harmonies of #A5DC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DC7C

Black with #A5DC7C

Text Example


Text Example

White with #A5DC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DC7C; }

 p { color: rgb(165,220,124); }

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

background-color css

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

 a { background-color: rgb(165,220,124); }

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

border-color css

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

 span { border-color: rgb(165,220,124); }

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