Html Css Color HEX #A2D061 Conifer

📋 copy color: '#A2D061'

red 162 ◦ green 208 ◦ blue 97

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

Shades of Conifer #A2D061

Tints of Conifer #A2D061

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.54%

 BLUE value IS 97 (38.28% from 255) = 20.77%

R = 34.69%
G = 44.54%
B = 20.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#A2D061 (or 0xA2D061) is known color: Conifer. HEX triplet: A2, D0 and 61. RGB value is (162,208,97). Sum of RGB (Red+Green+Blue) = 162+208+97=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D061 is #5D2F9E. Grayscale: #B5B5B5. Windows color (decimal): -6107039 or 6410402. OLE color: 6410402.

HSL color Cylindrical-coordinate representation of color #A2D061: hue angle of 84.86º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2D061 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 208 97 -
CMYK 0.22 0 0.53 0.18
HSL 84.86º 0.54% 0.6% -
HSV(B) 84.86º 0.53% 0.82% -
XYZ 39.61 53.66 19.58 -
YUV 181.59 80.26 114.03 -
System Red Green Blue C M Y K H S L
Decimal 162 208 97 0.22 0 0.53 0.18 84.86 0.54 0.6
Hex A2 D0 61 16 0 35 12 55 36 3C
Octal 242 320 141 26 0 65 22 125 66 74
Binary 10100010 11010000 1100001 10110 0 110101 10010 1010101 110110 111100

Color Harmonies of #A2D061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D061

Black with #A2D061

Text Example


Text Example

White with #A2D061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D061; }

 p { color: rgb(162,208,97); }

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

background-color css

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

 a { background-color: rgb(162,208,97); }

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

border-color css

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

 span { border-color: rgb(162,208,97); }

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