Html Css Color HEX #A1CD5D Conifer

📋 copy color: '#A1CD5D'

red 161 ◦ green 205 ◦ blue 93

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

Shades of Conifer #A1CD5D

Tints of Conifer #A1CD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.26%

R = 35.08%
G = 44.66%
B = 20.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#A1CD5D (or 0xA1CD5D) is known color: Conifer. HEX triplet: A1, CD and 5D. RGB value is (161,205,93). Sum of RGB (Red+Green+Blue) = 161+205+93=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CD5D is #5E32A2. Grayscale: #B3B3B3. Windows color (decimal): -6173347 or 6147489. OLE color: 6147489.

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

Color convert

RGB 161 205 93 -
CMYK 0.21 0 0.55 0.20
HSL 83.57º 0.53% 0.58% -
HSV(B) 83.57º 0.55% 0.8% -
XYZ 38.51 52.03 18.37 -
YUV 179.08 79.42 115.11 -
System Red Green Blue C M Y K H S L
Decimal 161 205 93 0.21 0 0.55 0.20 83.57 0.53 0.58
Hex A1 CD 5D 15 0 37 14 54 35 3A
Octal 241 315 135 25 0 67 24 124 65 72
Binary 10100001 11001101 1011101 10101 0 110111 10100 1010100 110101 111010

Color Harmonies of #A1CD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CD5D

Black with #A1CD5D

Text Example


Text Example

White with #A1CD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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