Html Css Color HEX #A1CC56 Conifer

📋 copy color: '#A1CC56'

red 161 ◦ green 204 ◦ blue 86

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

Shades of Conifer #A1CC56

Tints of Conifer #A1CC56

RGB

 RED value IS 161 (63.28% from 255) = 35.7%

 GREEN value IS 204 (80.08% from 255) = 45.23%

 BLUE value IS 86 (33.98% from 255) = 19.07%

R = 35.7%
G = 45.23%
B = 19.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#A1CC56 (or 0xA1CC56) is known color: Conifer. HEX triplet: A1, CC and 56. RGB value is (161,204,86). Sum of RGB (Red+Green+Blue) = 161+204+86=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CC56 is #5E33A9. Grayscale: #B2B2B2. Windows color (decimal): -6173610 or 5688481. OLE color: 5688481.

HSL color Cylindrical-coordinate representation of color #A1CC56: hue angle of 81.86º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1CC56 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 204 86 -
CMYK 0.21 0 0.58 0.2
HSL 81.86º 0.54% 0.57% -
HSV(B) 81.86º 0.58% 0.8% -
XYZ 37.97 51.43 16.73 -
YUV 177.69 76.25 116.09 -
System Red Green Blue C M Y K H S L
Decimal 161 204 86 0.21 0 0.58 0.2 81.86 0.54 0.57
Hex A1 CC 56 15 0 3A 14 52 36 39
Octal 241 314 126 25 0 72 24 122 66 71
Binary 10100001 11001100 1010110 10101 0 111010 10100 1010010 110110 111001

Color Harmonies of #A1CC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CC56

Black with #A1CC56

Text Example


Text Example

White with #A1CC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CC56; }

 p { color: rgb(161,204,86); }

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

background-color css

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

 a { background-color: rgb(161,204,86); }

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

border-color css

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

 span { border-color: rgb(161,204,86); }

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