Html Css Color HEX #A2CA5E Conifer

📋 copy color: '#A2CA5E'

red 162 ◦ green 202 ◦ blue 94

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

Shades of Conifer #A2CA5E

Tints of Conifer #A2CA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.52%

R = 35.37%
G = 44.1%
B = 20.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#A2CA5E (or 0xA2CA5E) is known color: Conifer. HEX triplet: A2, CA and 5E. RGB value is (162,202,94). Sum of RGB (Red+Green+Blue) = 162+202+94=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 94 (37.11% from 255 or 20.52% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CA5E is #5D35A1. Grayscale: #B2B2B2. Windows color (decimal): -6108578 or 6212258. OLE color: 6212258.

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

Color convert

RGB 162 202 94 -
CMYK 0.20 0 0.53 0.21
HSL 82.22º 0.5% 0.58% -
HSV(B) 82.22º 0.53% 0.79% -
XYZ 38.04 50.73 18.38 -
YUV 177.73 80.75 116.78 -
System Red Green Blue C M Y K H S L
Decimal 162 202 94 0.20 0 0.53 0.21 82.22 0.5 0.58
Hex A2 CA 5E 14 0 35 15 52 32 3A
Octal 242 312 136 24 0 65 25 122 62 72
Binary 10100010 11001010 1011110 10100 0 110101 10101 1010010 110010 111010

Color Harmonies of #A2CA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CA5E

Black with #A2CA5E

Text Example


Text Example

White with #A2CA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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