Html Css Color HEX #A2CA7B Feijoa

📋 copy color: '#A2CA7B'

red 162 ◦ green 202 ◦ blue 123

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

Shades of Feijoa #A2CA7B

Tints of Feijoa #A2CA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.26%

R = 33.26%
G = 41.48%
B = 25.26%

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

#A2CA7B (or 0xA2CA7B) is known color: Feijoa. HEX triplet: A2, CA and 7B. RGB value is (162,202,123). Sum of RGB (Red+Green+Blue) = 162+202+123=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CA7B is #5D3584. Grayscale: #B5B5B5. Windows color (decimal): -6108549 or 8112802. OLE color: 8112802.

HSL color Cylindrical-coordinate representation of color #A2CA7B: hue angle of 90.38º degrees, saturation: 0.43, 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 #A2CA7B is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 202 123 -
CMYK 0.20 0 0.39 0.21
HSL 90.38º 0.43% 0.64% -
HSV(B) 90.38º 0.39% 0.79% -
XYZ 39.6 51.35 26.56 -
YUV 181.03 95.25 114.42 -
System Red Green Blue C M Y K H S L
Decimal 162 202 123 0.20 0 0.39 0.21 90.38 0.43 0.64
Hex A2 CA 7B 14 0 27 15 5A 2B 40
Octal 242 312 173 24 0 47 25 132 53 100
Binary 10100010 11001010 1111011 10100 0 100111 10101 1011010 101011 1000000

Color Harmonies of #A2CA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CA7B

Black with #A2CA7B

Text Example


Text Example

White with #A2CA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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