Html Css Color HEX #A2CE5E Conifer

📋 copy color: '#A2CE5E'

red 162 ◦ green 206 ◦ blue 94

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

Shades of Conifer #A2CE5E

Tints of Conifer #A2CE5E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.59%

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

R = 35.06%
G = 44.59%
B = 20.35%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#A2CE5E (or 0xA2CE5E) is known color: Conifer. HEX triplet: A2, CE and 5E. RGB value is (162,206,94). Sum of RGB (Red+Green+Blue) = 162+206+94=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE5E is #5D31A1. Grayscale: #B4B4B4. Windows color (decimal): -6107554 or 6213282. OLE color: 6213282.

HSL color Cylindrical-coordinate representation of color #A2CE5E: hue angle of 83.57º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2CE5E is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 206 94 -
CMYK 0.21 0 0.54 0.19
HSL 83.57º 0.53% 0.59% -
HSV(B) 83.57º 0.54% 0.81% -
XYZ 38.99 52.63 18.69 -
YUV 180.08 79.42 115.11 -
System Red Green Blue C M Y K H S L
Decimal 162 206 94 0.21 0 0.54 0.19 83.57 0.53 0.59
Hex A2 CE 5E 15 0 36 13 54 35 3B
Octal 242 316 136 25 0 66 23 124 65 73
Binary 10100010 11001110 1011110 10101 0 110110 10011 1010100 110101 111011

Color Harmonies of #A2CE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CE5E

Black with #A2CE5E

Text Example


Text Example

White with #A2CE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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