Html Css Color HEX #A1CB54 Conifer

📋 copy color: '#A1CB54'

red 161 ◦ green 203 ◦ blue 84

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

Shades of Conifer #A1CB54

Tints of Conifer #A1CB54

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.31%

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

R = 35.94%
G = 45.31%
B = 18.75%

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

#A1CB54 (or 0xA1CB54) is known color: Conifer. HEX triplet: A1, CB and 54. RGB value is (161,203,84). Sum of RGB (Red+Green+Blue) = 161+203+84=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 84 (33.20% from 255 or 18.75% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CB54 is #5E34AB. Grayscale: #B1B1B1. Windows color (decimal): -6173868 or 5557153. OLE color: 5557153.

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

Color convert

RGB 161 203 84 -
CMYK 0.21 0 0.59 0.20
HSL 81.18º 0.53% 0.56% -
HSV(B) 81.18º 0.59% 0.8% -
XYZ 37.65 50.93 16.23 -
YUV 176.88 75.59 116.68 -
System Red Green Blue C M Y K H S L
Decimal 161 203 84 0.21 0 0.59 0.20 81.18 0.53 0.56
Hex A1 CB 54 15 0 3B 14 51 35 38
Octal 241 313 124 25 0 73 24 121 65 70
Binary 10100001 11001011 1010100 10101 0 111011 10100 1010001 110101 111000

Color Harmonies of #A1CB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CB54

Black with #A1CB54

Text Example


Text Example

White with #A1CB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CB54; }

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

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

background-color css

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

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

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

border-color css

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

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

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