Html Css Color HEX #A1CD53 Conifer

📋 copy color: '#A1CD53'

red 161 ◦ green 205 ◦ blue 83

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

Shades of Conifer #A1CD53

Tints of Conifer #A1CD53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.49%

R = 35.86%
G = 45.66%
B = 18.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#A1CD53 (or 0xA1CD53) is known color: Conifer. HEX triplet: A1, CD and 53. RGB value is (161,205,83). Sum of RGB (Red+Green+Blue) = 161+205+83=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CD53 is #5E32AC. Grayscale: #B2B2B2. Windows color (decimal): -6173357 or 5492129. OLE color: 5492129.

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

Color convert

RGB 161 205 83 -
CMYK 0.21 0 0.60 0.20
HSL 81.64º 0.55% 0.56% -
HSV(B) 81.64º 0.6% 0.8% -
XYZ 38.09 51.86 16.19 -
YUV 177.94 74.42 115.92 -
System Red Green Blue C M Y K H S L
Decimal 161 205 83 0.21 0 0.60 0.20 81.64 0.55 0.56
Hex A1 CD 53 15 0 3C 14 52 37 38
Octal 241 315 123 25 0 74 24 122 67 70
Binary 10100001 11001101 1010011 10101 0 111100 10100 1010010 110111 111000

Color Harmonies of #A1CD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CD53

Black with #A1CD53

Text Example


Text Example

White with #A1CD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CD53; }

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

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

background-color css

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

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

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

border-color css

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

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

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