Html Css Color HEX #A5CA7F Feijoa

📋 copy color: '#A5CA7F'

red 165 ◦ green 202 ◦ blue 127

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

Shades of Feijoa #A5CA7F

Tints of Feijoa #A5CA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.71%

R = 33.4%
G = 40.89%
B = 25.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#A5CA7F (or 0xA5CA7F) is known color: Feijoa. HEX triplet: A5, CA and 7F. RGB value is (165,202,127). Sum of RGB (Red+Green+Blue) = 165+202+127=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA7F is #5A3580. Grayscale: #B6B6B6. Windows color (decimal): -5911937 or 8374949. OLE color: 8374949.

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

Color convert

RGB 165 202 127 -
CMYK 0.18 0 0.37 0.21
HSL 89.6º 0.41% 0.65% -
HSV(B) 89.6º 0.37% 0.79% -
XYZ 40.47 51.77 27.94 -
YUV 182.39 96.74 115.6 -
System Red Green Blue C M Y K H S L
Decimal 165 202 127 0.18 0 0.37 0.21 89.6 0.41 0.65
Hex A5 CA 7F 12 0 25 15 5A 29 41
Octal 245 312 177 22 0 45 25 132 51 101
Binary 10100101 11001010 1111111 10010 0 100101 10101 1011010 101001 1000001

Color Harmonies of #A5CA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CA7F

Black with #A5CA7F

Text Example


Text Example

White with #A5CA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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