Html Css Color HEX #A6D552 Conifer

📋 copy color: '#A6D552'

red 166 ◦ green 213 ◦ blue 82

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

Shades of Conifer #A6D552

Tints of Conifer #A6D552

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.2%

 BLUE value IS 82 (32.42% from 255) = 17.79%

R = 36.01%
G = 46.2%
B = 17.79%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#A6D552 (or 0xA6D552) is known color: Conifer. HEX triplet: A6, D5 and 52. RGB value is (166,213,82). Sum of RGB (Red+Green+Blue) = 166+213+82=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D552 is #592AAD. Grayscale: #B8B8B8. Windows color (decimal): -5843630 or 5428646. OLE color: 5428646.

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

Color convert

RGB 166 213 82 -
CMYK 0.22 0 0.62 0.16
HSL 81.53º 0.61% 0.58% -
HSV(B) 81.53º 0.62% 0.84% -
XYZ 41.04 56.3 16.69 -
YUV 184.01 70.43 115.15 -
System Red Green Blue C M Y K H S L
Decimal 166 213 82 0.22 0 0.62 0.16 81.53 0.61 0.58
Hex A6 D5 52 16 0 3E 10 52 3D 3A
Octal 246 325 122 26 0 76 20 122 75 72
Binary 10100110 11010101 1010010 10110 0 111110 10000 1010010 111101 111010

Color Harmonies of #A6D552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D552

Black with #A6D552

Text Example


Text Example

White with #A6D552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D552; }

 p { color: rgb(166,213,82); }

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

background-color css

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

 a { background-color: rgb(166,213,82); }

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

border-color css

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

 span { border-color: rgb(166,213,82); }

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