Html Css Color HEX #A5CD7E Feijoa

📋 copy color: '#A5CD7E'

red 165 ◦ green 205 ◦ blue 126

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

Shades of Feijoa #A5CD7E

Tints of Feijoa #A5CD7E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.33%

 BLUE value IS 126 (49.61% from 255) = 25.4%

R = 33.27%
G = 41.33%
B = 25.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#A5CD7E (or 0xA5CD7E) is known color: Feijoa. HEX triplet: A5, CD and 7E. RGB value is (165,205,126). Sum of RGB (Red+Green+Blue) = 165+205+126=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CD7E is #5A3281. Grayscale: #B8B8B8. Windows color (decimal): -5911170 or 8310181. OLE color: 8310181.

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

Color convert

RGB 165 205 126 -
CMYK 0.20 0 0.39 0.20
HSL 90.38º 0.44% 0.65% -
HSV(B) 90.38º 0.39% 0.8% -
XYZ 41.11 53.17 27.83 -
YUV 184.03 95.25 114.42 -
System Red Green Blue C M Y K H S L
Decimal 165 205 126 0.20 0 0.39 0.20 90.38 0.44 0.65
Hex A5 CD 7E 14 0 27 14 5A 2C 41
Octal 245 315 176 24 0 47 24 132 54 101
Binary 10100101 11001101 1111110 10100 0 100111 10100 1011010 101100 1000001

Color Harmonies of #A5CD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CD7E

Black with #A5CD7E

Text Example


Text Example

White with #A5CD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CD7E; }

 p { color: rgb(165,205,126); }

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

background-color css

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

 a { background-color: rgb(165,205,126); }

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

border-color css

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

 span { border-color: rgb(165,205,126); }

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