Html Css Color HEX #A6D648 Conifer

📋 copy color: '#A6D648'

red 166 ◦ green 214 ◦ blue 72

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

Shades of Conifer #A6D648

Tints of Conifer #A6D648

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.35%

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

R = 36.73%
G = 47.35%
B = 15.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#A6D648 (or 0xA6D648) is known color: Conifer. HEX triplet: A6, D6 and 48. RGB value is (166,214,72). Sum of RGB (Red+Green+Blue) = 166+214+72=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 72 (28.52% from 255 or 15.93% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D648 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D648 is #5929B7. Grayscale: #B7B7B7. Windows color (decimal): -5843384 or 4773542. OLE color: 4773542.

HSL color Cylindrical-coordinate representation of color #A6D648: hue angle of 80.28º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6D648 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 214 72 -
CMYK 0.22 0 0.66 0.16
HSL 80.28º 0.63% 0.56% -
HSV(B) 80.28º 0.66% 0.84% -
XYZ 40.94 56.67 14.91 -
YUV 183.46 65.1 115.55 -
System Red Green Blue C M Y K H S L
Decimal 166 214 72 0.22 0 0.66 0.16 80.28 0.63 0.56
Hex A6 D6 48 16 0 42 10 50 3F 38
Octal 246 326 110 26 0 102 20 120 77 70
Binary 10100110 11010110 1001000 10110 0 1000010 10000 1010000 111111 111000

Color Harmonies of #A6D648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D648

Black with #A6D648

Text Example


Text Example

White with #A6D648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D648; }

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

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

background-color css

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

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

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

border-color css

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

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

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