Html Css Color HEX #A5CD7A Feijoa

📋 copy color: '#A5CD7A'

red 165 ◦ green 205 ◦ blue 122

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

Shades of Feijoa #A5CD7A

Tints of Feijoa #A5CD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.8%

R = 33.54%
G = 41.67%
B = 24.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#A5CD7A (or 0xA5CD7A) is known color: Feijoa. HEX triplet: A5, CD and 7A. RGB value is (165,205,122). Sum of RGB (Red+Green+Blue) = 165+205+122=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CD7A is #5A3285. Grayscale: #B7B7B7. Windows color (decimal): -5911174 or 8048037. OLE color: 8048037.

HSL color Cylindrical-coordinate representation of color #A5CD7A: hue angle of 88.92º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5CD7A is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 205 122 -
CMYK 0.20 0 0.40 0.20
HSL 88.92º 0.45% 0.64% -
HSV(B) 88.92º 0.4% 0.8% -
XYZ 40.86 53.07 26.5 -
YUV 183.58 93.25 114.75 -
System Red Green Blue C M Y K H S L
Decimal 165 205 122 0.20 0 0.40 0.20 88.92 0.45 0.64
Hex A5 CD 7A 14 0 28 14 59 2D 40
Octal 245 315 172 24 0 50 24 131 55 100
Binary 10100101 11001101 1111010 10100 0 101000 10100 1011001 101101 1000000

Color Harmonies of #A5CD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CD7A

Black with #A5CD7A

Text Example


Text Example

White with #A5CD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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