Html Css Color HEX #A1DC62 Conifer

📋 copy color: '#A1DC62'

red 161 ◦ green 220 ◦ blue 98

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

Shades of Conifer #A1DC62

Tints of Conifer #A1DC62

RGB

 RED value IS 161 (63.28% from 255) = 33.61%

 GREEN value IS 220 (86.33% from 255) = 45.93%

 BLUE value IS 98 (38.67% from 255) = 20.46%

R = 33.61%
G = 45.93%
B = 20.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#A1DC62 (or 0xA1DC62) is known color: Conifer. HEX triplet: A1, DC and 62. RGB value is (161,220,98). Sum of RGB (Red+Green+Blue) = 161+220+98=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC62 is #5E239D. Grayscale: #BCBCBC. Windows color (decimal): -6169502 or 6479009. OLE color: 6479009.

HSL color Cylindrical-coordinate representation of color #A1DC62: hue angle of 89.02º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1DC62 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 220 98 -
CMYK 0.27 0 0.55 0.14
HSL 89.02º 0.64% 0.62% -
HSV(B) 89.02º 0.55% 0.86% -
XYZ 42.5 59.65 20.83 -
YUV 188.45 76.95 108.42 -
System Red Green Blue C M Y K H S L
Decimal 161 220 98 0.27 0 0.55 0.14 89.02 0.64 0.62
Hex A1 DC 62 1B 0 37 E 59 40 3E
Octal 241 334 142 33 0 67 16 131 100 76
Binary 10100001 11011100 1100010 11011 0 110111 1110 1011001 1000000 111110

Color Harmonies of #A1DC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DC62

Black with #A1DC62

Text Example


Text Example

White with #A1DC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DC62; }

 p { color: rgb(161,220,98); }

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

background-color css

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

 a { background-color: rgb(161,220,98); }

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

border-color css

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

 span { border-color: rgb(161,220,98); }

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