Html Css Color HEX #A1C558 Conifer

📋 copy color: '#A1C558'

red 161 ◦ green 197 ◦ blue 88

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

Shades of Conifer #A1C558

Tints of Conifer #A1C558

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.17%

 BLUE value IS 88 (34.77% from 255) = 19.73%

R = 36.1%
G = 44.17%
B = 19.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#A1C558 (or 0xA1C558) is known color: Conifer. HEX triplet: A1, C5 and 58. RGB value is (161,197,88). Sum of RGB (Red+Green+Blue) = 161+197+88=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C558 is #5E3AA7. Grayscale: #AEAEAE. Windows color (decimal): -6175400 or 5817761. OLE color: 5817761.

HSL color Cylindrical-coordinate representation of color #A1C558: hue angle of 79.82º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1C558 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 161 197 88 -
CMYK 0.18 0 0.55 0.23
HSL 79.82º 0.48% 0.56% -
HSV(B) 79.82º 0.55% 0.77% -
XYZ 36.43 48.21 16.62 -
YUV 173.81 79.57 118.86 -
System Red Green Blue C M Y K H S L
Decimal 161 197 88 0.18 0 0.55 0.23 79.82 0.48 0.56
Hex A1 C5 58 12 0 37 17 50 30 38
Octal 241 305 130 22 0 67 27 120 60 70
Binary 10100001 11000101 1011000 10010 0 110111 10111 1010000 110000 111000

Color Harmonies of #A1C558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C558

Black with #A1C558

Text Example


Text Example

White with #A1C558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C558; }

 p { color: rgb(161,197,88); }

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

background-color css

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

 a { background-color: rgb(161,197,88); }

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

border-color css

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

 span { border-color: rgb(161,197,88); }

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