Html Css Color HEX #A5CE7C Feijoa

📋 copy color: '#A5CE7C'

red 165 ◦ green 206 ◦ blue 124

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

Shades of Feijoa #A5CE7C

Tints of Feijoa #A5CE7C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.62%

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

R = 33.33%
G = 41.62%
B = 25.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#A5CE7C (or 0xA5CE7C) is known color: Feijoa. HEX triplet: A5, CE and 7C. RGB value is (165,206,124). Sum of RGB (Red+Green+Blue) = 165+206+124=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CE7C is #5A3183. Grayscale: #B8B8B8. Windows color (decimal): -5910916 or 8179365. OLE color: 8179365.

HSL color Cylindrical-coordinate representation of color #A5CE7C: hue angle of 90º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5CE7C is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 206 124 -
CMYK 0.20 0 0.40 0.19
HSL 90º 0.46% 0.65% -
HSV(B) 90º 0.4% 0.81% -
XYZ 41.23 53.6 27.24 -
YUV 184.39 93.92 114.17 -
System Red Green Blue C M Y K H S L
Decimal 165 206 124 0.20 0 0.40 0.19 90 0.46 0.65
Hex A5 CE 7C 14 0 28 13 5A 2E 41
Octal 245 316 174 24 0 50 23 132 56 101
Binary 10100101 11001110 1111100 10100 0 101000 10011 1011010 101110 1000001

Color Harmonies of #A5CE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CE7C

Black with #A5CE7C

Text Example


Text Example

White with #A5CE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CE7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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