Html Css Color HEX #A6DA48 Conifer

📋 copy color: '#A6DA48'

red 166 ◦ green 218 ◦ blue 72

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

Shades of Conifer #A6DA48

Tints of Conifer #A6DA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.79%

R = 36.4%
G = 47.81%
B = 15.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#A6DA48 (or 0xA6DA48) is known color: Conifer. HEX triplet: A6, DA and 48. RGB value is (166,218,72). Sum of RGB (Red+Green+Blue) = 166+218+72=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DA48 is #5925B7. Grayscale: #BABABA. Windows color (decimal): -5842360 or 4774566. OLE color: 4774566.

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

Color convert

RGB 166 218 72 -
CMYK 0.24 0 0.67 0.15
HSL 81.37º 0.66% 0.57% -
HSV(B) 81.37º 0.67% 0.85% -
XYZ 41.97 58.72 15.25 -
YUV 185.81 63.77 113.87 -
System Red Green Blue C M Y K H S L
Decimal 166 218 72 0.24 0 0.67 0.15 81.37 0.66 0.57
Hex A6 DA 48 18 0 43 F 51 42 39
Octal 246 332 110 30 0 103 17 121 102 71
Binary 10100110 11011010 1001000 11000 0 1000011 1111 1010001 1000010 111001

Color Harmonies of #A6DA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DA48

Black with #A6DA48

Text Example


Text Example

White with #A6DA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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