Html Css Color HEX #A5CA84 Feijoa

📋 copy color: '#A5CA84'

red 165 ◦ green 202 ◦ blue 132

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

Shades of Feijoa #A5CA84

Tints of Feijoa #A5CA84

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.48%

 BLUE value IS 132 (51.95% from 255) = 26.45%

R = 33.07%
G = 40.48%
B = 26.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#A5CA84 (or 0xA5CA84) is known color: Feijoa. HEX triplet: A5, CA and 84. RGB value is (165,202,132). Sum of RGB (Red+Green+Blue) = 165+202+132=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CA84 is #5A357B. Grayscale: #B7B7B7. Windows color (decimal): -5911932 or 8702629. OLE color: 8702629.

HSL color Cylindrical-coordinate representation of color #A5CA84: hue angle of 91.71º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5CA84 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 202 132 -
CMYK 0.18 0 0.35 0.21
HSL 91.71º 0.4% 0.65% -
HSV(B) 91.71º 0.35% 0.79% -
XYZ 40.8 51.91 29.7 -
YUV 182.96 99.24 115.19 -
System Red Green Blue C M Y K H S L
Decimal 165 202 132 0.18 0 0.35 0.21 91.71 0.4 0.65
Hex A5 CA 84 12 0 23 15 5C 28 41
Octal 245 312 204 22 0 43 25 134 50 101
Binary 10100101 11001010 10000100 10010 0 100011 10101 1011100 101000 1000001

Color Harmonies of #A5CA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CA84

Black with #A5CA84

Text Example


Text Example

White with #A5CA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CA84; }

 p { color: rgb(165,202,132); }

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

background-color css

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

 a { background-color: rgb(165,202,132); }

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

border-color css

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

 span { border-color: rgb(165,202,132); }

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