Html Css Color HEX #A5CE7D Feijoa

📋 copy color: '#A5CE7D'

red 165 ◦ green 206 ◦ blue 125

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

Shades of Feijoa #A5CE7D

Tints of Feijoa #A5CE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.2%

R = 33.27%
G = 41.53%
B = 25.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#A5CE7D (or 0xA5CE7D) is known color: Feijoa. HEX triplet: A5, CE and 7D. RGB value is (165,206,125). Sum of RGB (Red+Green+Blue) = 165+206+125=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CE7D is #5A3182. Grayscale: #B8B8B8. Windows color (decimal): -5910915 or 8244901. OLE color: 8244901.

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

Color convert

RGB 165 206 125 -
CMYK 0.20 0 0.39 0.19
HSL 90.37º 0.45% 0.65% -
HSV(B) 90.37º 0.39% 0.81% -
XYZ 41.29 53.62 27.58 -
YUV 184.51 94.42 114.09 -
System Red Green Blue C M Y K H S L
Decimal 165 206 125 0.20 0 0.39 0.19 90.37 0.45 0.65
Hex A5 CE 7D 14 0 27 13 5A 2D 41
Octal 245 316 175 24 0 47 23 132 55 101
Binary 10100101 11001110 1111101 10100 0 100111 10011 1011010 101101 1000001

Color Harmonies of #A5CE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CE7D

Black with #A5CE7D

Text Example


Text Example

White with #A5CE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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