Html Css Color HEX #A1CD55 Conifer

📋 copy color: '#A1CD55'

red 161 ◦ green 205 ◦ blue 85

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

Shades of Conifer #A1CD55

Tints of Conifer #A1CD55

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.45%

 BLUE value IS 85 (33.59% from 255) = 18.85%

R = 35.7%
G = 45.45%
B = 18.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#A1CD55 (or 0xA1CD55) is known color: Conifer. HEX triplet: A1, CD and 55. RGB value is (161,205,85). Sum of RGB (Red+Green+Blue) = 161+205+85=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CD55 is #5E32AA. Grayscale: #B2B2B2. Windows color (decimal): -6173355 or 5623201. OLE color: 5623201.

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

Color convert

RGB 161 205 85 -
CMYK 0.21 0 0.59 0.20
HSL 82º 0.55% 0.57% -
HSV(B) 82º 0.59% 0.8% -
XYZ 38.17 51.9 16.6 -
YUV 178.16 75.42 115.76 -
System Red Green Blue C M Y K H S L
Decimal 161 205 85 0.21 0 0.59 0.20 82 0.55 0.57
Hex A1 CD 55 15 0 3B 14 52 37 39
Octal 241 315 125 25 0 73 24 122 67 71
Binary 10100001 11001101 1010101 10101 0 111011 10100 1010010 110111 111001

Color Harmonies of #A1CD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CD55

Black with #A1CD55

Text Example


Text Example

White with #A1CD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CD55; }

 p { color: rgb(161,205,85); }

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

background-color css

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

 a { background-color: rgb(161,205,85); }

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

border-color css

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

 span { border-color: rgb(161,205,85); }

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