Html Css Color HEX #A6DC4B Conifer

📋 copy color: '#A6DC4B'

red 166 ◦ green 220 ◦ blue 75

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

Shades of Conifer #A6DC4B

Tints of Conifer #A6DC4B

RGB

 RED value IS 166 (65.23% from 255) = 36.01%

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

 BLUE value IS 75 (29.69% from 255) = 16.27%

R = 36.01%
G = 47.72%
B = 16.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#A6DC4B (or 0xA6DC4B) is known color: Conifer. HEX triplet: A6, DC and 4B. RGB value is (166,220,75). Sum of RGB (Red+Green+Blue) = 166+220+75=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DC4B is #5923B4. Grayscale: #BBBBBB. Windows color (decimal): -5841845 or 4971686. OLE color: 4971686.

HSL color Cylindrical-coordinate representation of color #A6DC4B: hue angle of 82.34º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6DC4B is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 220 75 -
CMYK 0.25 0 0.66 0.14
HSL 82.34º 0.67% 0.58% -
HSV(B) 82.34º 0.66% 0.86% -
XYZ 42.59 59.8 15.95 -
YUV 187.32 64.61 112.79 -
System Red Green Blue C M Y K H S L
Decimal 166 220 75 0.25 0 0.66 0.14 82.34 0.67 0.58
Hex A6 DC 4B 19 0 42 E 52 43 3A
Octal 246 334 113 31 0 102 16 122 103 72
Binary 10100110 11011100 1001011 11001 0 1000010 1110 1010010 1000011 111010

Color Harmonies of #A6DC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DC4B

Black with #A6DC4B

Text Example


Text Example

White with #A6DC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DC4B; }

 p { color: rgb(166,220,75); }

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

background-color css

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

 a { background-color: rgb(166,220,75); }

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

border-color css

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

 span { border-color: rgb(166,220,75); }

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