Html Css Color HEX #A1CC54 Conifer

📋 copy color: '#A1CC54'

red 161 ◦ green 204 ◦ blue 84

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

Shades of Conifer #A1CC54

Tints of Conifer #A1CC54

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.43%

 BLUE value IS 84 (33.2% from 255) = 18.71%

R = 35.86%
G = 45.43%
B = 18.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#A1CC54 (or 0xA1CC54) is known color: Conifer. HEX triplet: A1, CC and 54. RGB value is (161,204,84). Sum of RGB (Red+Green+Blue) = 161+204+84=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 84 (33.20% from 255 or 18.71% from 449); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CC54 is #5E33AB. Grayscale: #B1B1B1. Windows color (decimal): -6173612 or 5557409. OLE color: 5557409.

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

Color convert

RGB 161 204 84 -
CMYK 0.21 0 0.59 0.2
HSL 81.5º 0.54% 0.56% -
HSV(B) 81.5º 0.59% 0.8% -
XYZ 37.89 51.4 16.31 -
YUV 177.46 75.25 116.26 -
System Red Green Blue C M Y K H S L
Decimal 161 204 84 0.21 0 0.59 0.2 81.5 0.54 0.56
Hex A1 CC 54 15 0 3B 14 52 36 38
Octal 241 314 124 25 0 73 24 122 66 70
Binary 10100001 11001100 1010100 10101 0 111011 10100 1010010 110110 111000

Color Harmonies of #A1CC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CC54

Black with #A1CC54

Text Example


Text Example

White with #A1CC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CC54; }

 p { color: rgb(161,204,84); }

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

background-color css

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

 a { background-color: rgb(161,204,84); }

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

border-color css

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

 span { border-color: rgb(161,204,84); }

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