Html Css Color HEX #A1CD52 Conifer

📋 copy color: '#A1CD52'

red 161 ◦ green 205 ◦ blue 82

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

Shades of Conifer #A1CD52

Tints of Conifer #A1CD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.3%

R = 35.94%
G = 45.76%
B = 18.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.6

 K value IS 0.20

RGB Variations

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

Color information

#A1CD52 (or 0xA1CD52) is known color: Conifer. HEX triplet: A1, CD and 52. RGB value is (161,205,82). Sum of RGB (Red+Green+Blue) = 161+205+82=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CD52 is #5E32AD. Grayscale: #B2B2B2. Windows color (decimal): -6173358 or 5426593. OLE color: 5426593.

HSL color Cylindrical-coordinate representation of color #A1CD52: hue angle of 81.46º 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 #A1CD52 is Cyan = 0.21, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 205 82 -
CMYK 0.21 0 0.6 0.20
HSL 81.46º 0.55% 0.56% -
HSV(B) 81.46º 0.6% 0.8% -
XYZ 38.05 51.85 15.98 -
YUV 177.82 73.92 116 -
System Red Green Blue C M Y K H S L
Decimal 161 205 82 0.21 0 0.6 0.20 81.46 0.55 0.56
Hex A1 CD 52 15 0 3C 14 51 37 38
Octal 241 315 122 25 0 74 24 121 67 70
Binary 10100001 11001101 1010010 10101 0 111100 10100 1010001 110111 111000

Color Harmonies of #A1CD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CD52

Black with #A1CD52

Text Example


Text Example

White with #A1CD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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