Html Css Color HEX #A2CA7C Feijoa

📋 copy color: '#A2CA7C'

red 162 ◦ green 202 ◦ blue 124

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

Shades of Feijoa #A2CA7C

Tints of Feijoa #A2CA7C

RGB

 RED value IS 162 (63.67% from 255) = 33.2%

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

 BLUE value IS 124 (48.83% from 255) = 25.41%

R = 33.2%
G = 41.39%
B = 25.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#A2CA7C (or 0xA2CA7C) is known color: Feijoa. HEX triplet: A2, CA and 7C. RGB value is (162,202,124). Sum of RGB (Red+Green+Blue) = 162+202+124=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CA7C is #5D3583. Grayscale: #B5B5B5. Windows color (decimal): -6108548 or 8178338. OLE color: 8178338.

HSL color Cylindrical-coordinate representation of color #A2CA7C: hue angle of 90.77º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2CA7C is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 202 124 -
CMYK 0.20 0 0.39 0.21
HSL 90.77º 0.42% 0.64% -
HSV(B) 90.77º 0.39% 0.79% -
XYZ 39.66 51.38 26.9 -
YUV 181.15 95.75 114.34 -
System Red Green Blue C M Y K H S L
Decimal 162 202 124 0.20 0 0.39 0.21 90.77 0.42 0.64
Hex A2 CA 7C 14 0 27 15 5B 2A 40
Octal 242 312 174 24 0 47 25 133 52 100
Binary 10100010 11001010 1111100 10100 0 100111 10101 1011011 101010 1000000

Color Harmonies of #A2CA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CA7C

Black with #A2CA7C

Text Example


Text Example

White with #A2CA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CA7C; }

 p { color: rgb(162,202,124); }

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

background-color css

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

 a { background-color: rgb(162,202,124); }

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

border-color css

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

 span { border-color: rgb(162,202,124); }

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