Html Css Color HEX #A1CA54 Conifer

📋 copy color: '#A1CA54'

red 161 ◦ green 202 ◦ blue 84

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

Shades of Conifer #A1CA54

Tints of Conifer #A1CA54

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.19%

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

R = 36.02%
G = 45.19%
B = 18.79%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#A1CA54 (or 0xA1CA54) is known color: Conifer. HEX triplet: A1, CA and 54. RGB value is (161,202,84). Sum of RGB (Red+Green+Blue) = 161+202+84=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CA54 is #5E35AB. Grayscale: #B0B0B0. Windows color (decimal): -6174124 or 5556897. OLE color: 5556897.

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

Color convert

RGB 161 202 84 -
CMYK 0.20 0 0.58 0.21
HSL 80.85º 0.53% 0.56% -
HSV(B) 80.85º 0.58% 0.79% -
XYZ 37.42 50.46 16.15 -
YUV 176.29 75.92 117.09 -
System Red Green Blue C M Y K H S L
Decimal 161 202 84 0.20 0 0.58 0.21 80.85 0.53 0.56
Hex A1 CA 54 14 0 3A 15 51 35 38
Octal 241 312 124 24 0 72 25 121 65 70
Binary 10100001 11001010 1010100 10100 0 111010 10101 1010001 110101 111000

Color Harmonies of #A1CA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CA54

Black with #A1CA54

Text Example


Text Example

White with #A1CA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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