Html Css Color HEX #A1CA57 Conifer

📋 copy color: '#A1CA57'

red 161 ◦ green 202 ◦ blue 87

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

Shades of Conifer #A1CA57

Tints of Conifer #A1CA57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.33%

R = 35.78%
G = 44.89%
B = 19.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#A1CA57 (or 0xA1CA57) is known color: Conifer. HEX triplet: A1, CA and 57. RGB value is (161,202,87). Sum of RGB (Red+Green+Blue) = 161+202+87=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 87 (34.38% from 255 or 19.33% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CA57 is #5E35A8. Grayscale: #B1B1B1. Windows color (decimal): -6174121 or 5753505. OLE color: 5753505.

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

Color convert

RGB 161 202 87 -
CMYK 0.20 0 0.57 0.21
HSL 81.39º 0.52% 0.57% -
HSV(B) 81.39º 0.57% 0.79% -
XYZ 37.54 50.51 16.79 -
YUV 176.63 77.42 116.85 -
System Red Green Blue C M Y K H S L
Decimal 161 202 87 0.20 0 0.57 0.21 81.39 0.52 0.57
Hex A1 CA 57 14 0 39 15 51 34 39
Octal 241 312 127 24 0 71 25 121 64 71
Binary 10100001 11001010 1010111 10100 0 111001 10101 1010001 110100 111001

Color Harmonies of #A1CA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CA57

Black with #A1CA57

Text Example


Text Example

White with #A1CA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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