Html Css Color HEX #A6DA4B Conifer

📋 copy color: '#A6DA4B'

red 166 ◦ green 218 ◦ blue 75

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

Shades of Conifer #A6DA4B

Tints of Conifer #A6DA4B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.49%

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

R = 36.17%
G = 47.49%
B = 16.34%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#A6DA4B (or 0xA6DA4B) is known color: Conifer. HEX triplet: A6, DA and 4B. RGB value is (166,218,75). Sum of RGB (Red+Green+Blue) = 166+218+75=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DA4B is #5925B4. Grayscale: #BABABA. Windows color (decimal): -5842357 or 4971174. OLE color: 4971174.

HSL color Cylindrical-coordinate representation of color #A6DA4B: hue angle of 81.82º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6DA4B is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 218 75 -
CMYK 0.24 0 0.66 0.15
HSL 81.82º 0.66% 0.57% -
HSV(B) 81.82º 0.66% 0.85% -
XYZ 42.07 58.76 15.78 -
YUV 186.15 65.27 113.63 -
System Red Green Blue C M Y K H S L
Decimal 166 218 75 0.24 0 0.66 0.15 81.82 0.66 0.57
Hex A6 DA 4B 18 0 42 F 52 42 39
Octal 246 332 113 30 0 102 17 122 102 71
Binary 10100110 11011010 1001011 11000 0 1000010 1111 1010010 1000010 111001

Color Harmonies of #A6DA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DA4B

Black with #A6DA4B

Text Example


Text Example

White with #A6DA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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