Html Css Color HEX #A2DD4A Conifer

📋 copy color: '#A2DD4A'

red 162 ◦ green 221 ◦ blue 74

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

Shades of Conifer #A2DD4A

Tints of Conifer #A2DD4A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.36%

 BLUE value IS 74 (29.3% from 255) = 16.19%

R = 35.45%
G = 48.36%
B = 16.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#A2DD4A (or 0xA2DD4A) is known color: Conifer. HEX triplet: A2, DD and 4A. RGB value is (162,221,74). Sum of RGB (Red+Green+Blue) = 162+221+74=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DD4A is #5D22B5. Grayscale: #BBBBBB. Windows color (decimal): -6103734 or 4906402. OLE color: 4906402.

HSL color Cylindrical-coordinate representation of color #A2DD4A: hue angle of 84.08º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2DD4A is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 221 74 -
CMYK 0.27 0 0.67 0.13
HSL 84.08º 0.68% 0.58% -
HSV(B) 84.08º 0.67% 0.87% -
XYZ 41.99 59.89 15.82 -
YUV 186.6 64.45 110.45 -
System Red Green Blue C M Y K H S L
Decimal 162 221 74 0.27 0 0.67 0.13 84.08 0.68 0.58
Hex A2 DD 4A 1B 0 43 D 54 44 3A
Octal 242 335 112 33 0 103 15 124 104 72
Binary 10100010 11011101 1001010 11011 0 1000011 1101 1010100 1000100 111010

Color Harmonies of #A2DD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DD4A

Black with #A2DD4A

Text Example


Text Example

White with #A2DD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DD4A; }

 p { color: rgb(162,221,74); }

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

background-color css

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

 a { background-color: rgb(162,221,74); }

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

border-color css

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

 span { border-color: rgb(162,221,74); }

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